Browse Source

jsfx: allow printf in jsfx scripts

pull/1507/head
Jean Pierre Cimalando 4 years ago
parent
commit
c41a069bf2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/modules/jsusfx/source/jsusfx.cpp

+ 1
- 1
source/modules/jsusfx/source/jsusfx.cpp View File

@@ -35,7 +35,7 @@
#define AUTOVARV(name,value) name = NSEEL_VM_regvar(m_vm, #name); *name = value

#define EEL_STRING_GET_CONTEXT_POINTER(opaque) (((JsusFx *)opaque)->m_string_context)
#ifdef EEL_STRING_STDOUT_WRITE
#ifndef EEL_STRING_STDOUT_WRITE
#ifndef EELSCRIPT_NO_STDIO
#define EEL_STRING_STDOUT_WRITE(x,len) { fwrite(x,len,1,stdout); fflush(stdout); }
#endif


Loading…
Cancel
Save