Ignore:
Timestamp:
05/16/15 17:40:16 (10 years ago)
Author:
epyon
Message:
  • overhaul of logging: no longer stream operated no longer using STL no memory allocation shorthand macros fast file and console I/O
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:global-ignores set to
      vs2012
      vs2013
      gmake
      gmake-clang
  • trunk/src/lua/lua_handle.cc

    r364 r365  
    77#include "nv/lua/lua_handle.hh"
    88
     9#include "nv/core/logging.hh"
    910#include "nv/lua/lua_state.hh"
    1011#include "nv/lua/lua_raw.hh"
     
    1819        if ( !lua_istable( L, -1 ) )
    1920        {
    20                 NV_LOG( nv::LOG_ERROR, "NIL" );
     21                NV_LOG_ERROR( "NIL" );
    2122                lua_pop( L, 2 );
    2223                lua_pushnil( L );
Note: See TracChangeset for help on using the changeset viewer.