- Timestamp:
- Mar 25, 2007, 12:44:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/idl/nombase.idl
r252 r268 36 36 #define NOMBASE_IDL_INCLUDED 37 37 38 #ifndef __NOM_IDL_COMPILER__ 38 39 /* Helper */ 39 40 #define _doconc(a,b) a ## b … … 61 62 in the C code. */ 62 63 #define NOMCLASSNAME( a ) native P ## a 63 64 #endif 64 65 /* For doing parameter checks */ 65 66 #define NOMPARMCHECK(a ,...) const string _conc(a, _conc(__PARMCHECK__, _conc(__LINE__,__INCLUDE_LEVEL__))) = #__VA_ARGS__
Note:
See TracChangeset
for help on using the changeset viewer.