blob: 8ba1958f14f12837e236343334034dc24eb04d1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- runtime/libraries/link/suntcp/corba_excepts.c.orig Sat Aug 30 01:03:14 2003
+++ runtime/libraries/link/suntcp/corba_excepts.c Sat Aug 30 01:03:59 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)
|