freebsd-ports/devel/flick/files/patch-ak
Kirill Ponomarev 9c461e9fdd - Fix build on -current
o Remove extra token pasting operators after ::'s.
  o Add missing ; in yacc files.

PR:		56187
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-30 17:37:21 +00:00

11 lines
496 B
Text

--- runtime/libraries/link/iiop/corba_excepts.c.orig Sat Aug 30 00:59:48 2003
+++ runtime/libraries/link/iiop/corba_excepts.c Sat Aug 30 01:00:15 2003
@@ -254,7 +254,7 @@
* Define the allocators for the standard CORBA exceptions.
*/
#define sys_except__alloc(name) \
-name *##name##__alloc() { return (name *) flick_system_exception_alloc(); }
+name *name##__alloc() { return (name *) flick_system_exception_alloc(); }
sys_except__alloc(CORBA_UNKNOWN)
sys_except__alloc(CORBA_BAD_PARAM)