src/xmlpatterns/parser/winCEWorkaround.sed
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 /\/\* Tokens\.  \*\// i\
       
     2 \/\* These tokens are defined to nothing on Windows because they\'re\
       
     3  \* used in their documentation parser, for use in things like:\
       
     4  \*\
       
     5  \* int foo(IN char\* name, OUT char\* path);\
       
     6  \*\
       
     7  \* Hence this un-break fix. Note that this file was auto generated. *\/\
       
     8 \#ifdef IN\
       
     9 \#  undef IN\
       
    10 \#endif\
       
    11 \#ifdef INSTANCE\
       
    12 \#  undef INSTANCE\
       
    13 \#endif\
       
    14 \#ifdef STRICT\
       
    15 \#  undef STRICT\
       
    16 \#endif\
       
    17 \#ifdef SELF\
       
    18 \#  undef SELF\
       
    19 \#endif\
       
    20 \/\* These tokens are defined in VxWorks kernel mode\
       
    21  \*\
       
    22  \* Hence this un-break fix. Note that this file was auto generated. *\/\
       
    23 \#ifdef ERROR\
       
    24 \#  undef ERROR\
       
    25 \#endif\
       
    26 \#ifdef IMPORT\
       
    27 \#  undef IMPORT\
       
    28 \#endif\
       
    29 \#ifdef MAP\
       
    30 \#  undef MAP\
       
    31 \#endif\
       
    32