diff options
| author | scuri <scuri> | 2011-01-25 19:09:09 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2011-01-25 19:09:09 +0000 | 
| commit | 4df19d5cd13556ecf64cc55b0f7a7dc01ac603ee (patch) | |
| tree | 5225881c817d3deb16eaaf79aec06f1dc2ce8c9a /src/lua5/loh51/le32 | |
| parent | a3ef3df6ecc95439e2d6fb909cc30fab77675e9f (diff) | |
*** empty log message ***
Diffstat (limited to 'src/lua5/loh51/le32')
| -rw-r--r-- | src/lua5/loh51/le32/im_fftw.loh | 4 | ||||
| -rw-r--r-- | src/lua5/loh51/le32/im_process.loh | 4 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lua5/loh51/le32/im_fftw.loh b/src/lua5/loh51/le32/im_fftw.loh index 08b4650..4deaf03 100644 --- a/src/lua5/loh51/le32/im_fftw.loh +++ b/src/lua5/loh51/le32/im_fftw.loh @@ -1,7 +1,7 @@  /* code automatically generated by bin2c -- DO NOT EDIT */  {  /* #include'ing this file in a C program is equivalent to calling -  if (luaL_loadfile(L,"../obj/imlua_fftw51/im_fftw.lo")==0) lua_call(L, 0, 0);  +  if (luaL_loadfile(L,"../obj/imlua_fftw51/im_fftw.lo")==0) lua_pcall(L, 0, 0, 0);   */  /* ../obj/imlua_fftw51/im_fftw.lo */  static const unsigned char B1[]={ @@ -103,5 +103,5 @@ static const unsigned char B1[]={   17,  0,  0,  0,  0,  0,  0,  0,  }; - if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua_fftw51/im_fftw.lo")==0) lua_call(L, 0, 0); + if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua_fftw51/im_fftw.lo")==0) lua_pcall(L, 0, 0, 0);  } diff --git a/src/lua5/loh51/le32/im_process.loh b/src/lua5/loh51/le32/im_process.loh index db3ff1a..6b6284b 100644 --- a/src/lua5/loh51/le32/im_process.loh +++ b/src/lua5/loh51/le32/im_process.loh @@ -1,7 +1,7 @@  /* code automatically generated by bin2c -- DO NOT EDIT */  {  /* #include'ing this file in a C program is equivalent to calling -  if (luaL_loadfile(L,"../obj/imlua_process51/im_process.lo")==0) lua_call(L, 0, 0);  +  if (luaL_loadfile(L,"../obj/imlua_process51/im_process.lo")==0) lua_pcall(L, 0, 0, 0);   */  /* ../obj/imlua_process51/im_process.lo */  static const unsigned char B1[]={ @@ -809,5 +809,5 @@ static const unsigned char B1[]={    0,  0,  0,  }; - if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua_process51/im_process.lo")==0) lua_call(L, 0, 0); + if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua_process51/im_process.lo")==0) lua_pcall(L, 0, 0, 0);  }  | 
