Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/tolua/tolua++.h

    r1505 r1634  
    132132
    133133#ifdef __cplusplus
    134 static inline const char* tolua_tocppstring (lua_State* L, int narg, const char* def) {
     134static const char* tolua_tocppstring (lua_State* L, int narg, const char* def) {
    135135
    136136        const char* s = tolua_tostring(L, narg, def);
     
    138138};
    139139
    140 static inline const char* tolua_tofieldcppstring (lua_State* L, int lo, int index, const char* def) {
     140static const char* tolua_tofieldcppstring (lua_State* L, int lo, int index, const char* def) {
    141141
    142142        const char* s = tolua_tofieldstring(L, lo, index, def);
Note: See TracChangeset for help on using the changeset viewer.