Changeset 268 for trunk/nom


Ignore:
Timestamp:
Mar 25, 2007, 12:44:52 PM (19 years ago)
Author:
cinc
Message:

Preparation for new IDL compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/idl/nombase.idl

    r252 r268  
    3636#define NOMBASE_IDL_INCLUDED
    3737
     38#ifndef __NOM_IDL_COMPILER__
    3839/* Helper */
    3940#define _doconc(a,b) a ## b
     
    6162   in the C code. */
    6263#define NOMCLASSNAME( a ) native P ## a
    63 
     64#endif
    6465/* For doing parameter checks */
    6566#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.