Changeset 6620 for trunk/include


Ignore:
Timestamp:
Sep 1, 2001, 2:47:13 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinbuild.h

    r6604 r6620  
    1 /* $Id: odinbuild.h,v 1.151 2001-08-29 04:07:55 bird Exp $
     1/* $Id: odinbuild.h,v 1.152 2001-09-01 12:45:29 sandervl Exp $
    22 *
    33 * Odin32 version number and build numbers.
     
    2727
    2828#endif
    29 
    30 
    31 
    32 
    33 
    34 
    35 
    36 
    37 
    38 
    39 
    40 
    41 
    42 
    43 
    44 
    45 
    46 
    47 
    48 
    49 
    50 
    51 
    52 
    53 
    54 
    55 
    56 
    57 
    58 
    59 
    60 
    61 
    62 
    63 
    64 
    65 
    66 
    67 
    68 
    69 
    70 
    71 
    72 
    73 
    74 
    75 
    76 
    77 
    78 
    79 
    80 
    81 
    82 
    83 
    84 
    85 
    86 
    87 
    88 
    89 
    90 
    91 
    92 
    93 
    94 
    95 
    96 
    97 
    98 
    99 
    100 
    101 
    102 
    103 
    104 
    105 
    106 
    107 
    108 
    109 
    110 
    111 
    112 
    113 
    114 
    115 
    116 
    117 
    118 
    119 
    120 
    121 
    122 
    123 
    124 
    125 
    126 
    127 
    128 
    129 
    130 
    131 
    132 
    133 
    134 
    135 
    136 
    137 
    138 
    139 
    140 
    141 
    142 
    143 
    144 
    145 
    146 
    147 
    148 
    149 
    150 
    151 
  • trunk/include/odinwrap.h

    r6619 r6620  
    326326    dprintf(("%s: void "#cName"() leave\n",   \
    327327             pszOdinDebugChannel));           \
    328     FNEPILOGUE       \
     328    FNEPILOGUE(#cName)       \
    329329  }                               \
    330330                                  \
     
    364364    dprintf(("%s: void "#cName"() leave\n",    \
    365365             pszOdinDebugChannel));           \
    366     FNEPILOGUE       \
     366    FNEPILOGUE(#cName)       \
    367367  }                               \
    368368                                  \
     
    402402    dprintf(("%s: void "#cName"() leave\n",    \
    403403             pszOdinDebugChannel));           \
    404     FNEPILOGUE       \
     404    FNEPILOGUE(#cName)       \
    405405  }                               \
    406406                                  \
     
    442442    dprintf(("%s: void "#cName"() leave\n",    \
    443443             pszOdinDebugChannel));           \
    444     FNEPILOGUE       \
     444    FNEPILOGUE(#cName)       \
    445445  }                               \
    446446                                  \
     
    482482    dprintf(("%s: void "#cName"() leave\n",    \
    483483             pszOdinDebugChannel));           \
    484     FNEPILOGUE       \
     484    FNEPILOGUE(#cName)       \
    485485  }                               \
    486486                                  \
     
    522522    dprintf(("%s: void "#cName"() leave\n",    \
    523523             pszOdinDebugChannel));           \
    524     FNEPILOGUE       \
     524    FNEPILOGUE(#cName)       \
    525525  }                               \
    526526                                  \
     
    562562    dprintf(("%s: void "#cName"() leave\n",    \
    563563             pszOdinDebugChannel));           \
    564     FNEPILOGUE       \
     564    FNEPILOGUE(#cName)       \
    565565  }                               \
    566566                                  \
     
    604604    dprintf(("%s: void "#cName"() leave\n",    \
    605605             pszOdinDebugChannel));           \
    606     FNEPILOGUE       \
     606    FNEPILOGUE(#cName)       \
    607607  }                               \
    608608                                  \
     
    646646    dprintf(("%s: void "#cName"() leave\n",    \
    647647             pszOdinDebugChannel));           \
    648     FNEPILOGUE       \
     648    FNEPILOGUE(#cName)       \
    649649  }                               \
    650650                                  \
     
    688688    dprintf(("%s: void "#cName"() leave\n",    \
    689689             pszOdinDebugChannel));           \
    690     FNEPILOGUE       \
     690    FNEPILOGUE(#cName)       \
    691691  }                               \
    692692                                  \
     
    890890    FNPROLOGUE(#cName)                       \
    891891    ODIN_##cName(a1,a2,a3,a4,a5); \
    892     FNEPILOGUE       \
     892    FNEPILOGUE(#cName)       \
    893893  }                               \
    894894                                  \
     
    915915    FNPROLOGUE(#cName)                       \
    916916    ODIN_##cName(a1,a2,a3,a4,a5,a6); \
    917     FNEPILOGUE       \
     917    FNEPILOGUE(#cName)       \
    918918  }                               \
    919919                                  \
     
    940940    FNPROLOGUE(#cName)                       \
    941941    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7); \
    942     FNEPILOGUE       \
     942    FNEPILOGUE(#cName)       \
    943943  }                               \
    944944                                  \
     
    965965    FNPROLOGUE(#cName)                       \
    966966    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8); \
    967     FNEPILOGUE       \
     967    FNEPILOGUE(#cName)       \
    968968  }                               \
    969969                                  \
     
    990990    FNPROLOGUE(#cName)                       \
    991991    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9); \
    992     FNEPILOGUE       \
     992    FNEPILOGUE(#cName)       \
    993993  }                               \
    994994                                  \
     
    10151015    FNPROLOGUE(#cName)                       \
    10161016    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10); \
    1017     FNEPILOGUE       \
     1017    FNEPILOGUE(#cName)       \
    10181018  }                               \
    10191019                                  \
     
    10401040    FNPROLOGUE(#cName)                       \
    10411041    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11); \
    1042     FNEPILOGUE       \
     1042    FNEPILOGUE(#cName)       \
    10431043  }                               \
    10441044                                  \
     
    10651065    FNPROLOGUE(#cName)                       \
    10661066    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12); \
    1067     FNEPILOGUE       \
     1067    FNEPILOGUE(#cName)       \
    10681068  }                               \
    10691069                                  \
     
    10901090    FNPROLOGUE(#cName)                       \
    10911091    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13); \
    1092     FNEPILOGUE       \
     1092    FNEPILOGUE(#cName)       \
    10931093  }                               \
    10941094                                  \
     
    11151115    FNPROLOGUE(#cName)                       \
    11161116    ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14); \
    1117     FNEPILOGUE       \
     1117    FNEPILOGUE(#cName)       \
    11181118  }                               \
    11191119                                  \
Note: See TracChangeset for help on using the changeset viewer.