freebsd-ports/devel/flick/files/patch-aj
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

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.