9c461e9fdd
o Remove extra token pasting operators after ::'s. o Add missing ; in yacc files. PR: 56187 Submitted by: Michael Edenfield <kutulu@kutulu.org>
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
--- runtime/headers/flick/pres/corba.h.orig Sat Aug 30 00:57:33 2003
|
|
+++ runtime/headers/flick/pres/corba.h Sat Aug 30 00:58:17 2003
|
|
@@ -186,7 +186,7 @@
|
|
|
|
#define corba_except(name) \
|
|
typedef flick_system_exception name; \
|
|
-name *##name##__alloc();
|
|
+name *name##__alloc();
|
|
|
|
/*
|
|
* Here are the standard CORBA system exception.
|