warzone2100/lib/script
buginator 87c9f38dc3 Revert "Add guard to YY_NO_UNISTD_H definition."
This reverts commit f1ebbe6eba.

Revert "Set never-interactive option in lexers so that Flex doesn't use isatty() function from unistd."

This reverts commit c046bb88e5.

see ticket:2444 for more info.
close ticket:2444
2011-01-30 01:40:53 -05:00
..
Makefile.am Rename *.lex.c to *.lex.cpp and *.tab.c to *.tab.cpp. 2010-12-16 23:28:56 +01:00
chat_lexer.l Revert "Add guard to YY_NO_UNISTD_H definition." 2011-01-30 01:40:53 -05:00
chat_parser.y Fix (and add missing) headers to files. 2010-07-28 18:58:33 +02:00
chat_processing.h Remove extern "C" {} from most places, due to longer being needed. 2010-12-21 17:20:48 +01:00
codeprint.cpp Rename *.c to *.cpp. 2010-12-16 23:28:56 +01:00
codeprint.h Remove extern "C" {} from most places, due to longer being needed. 2010-12-21 17:20:48 +01:00
event.cpp Fix memory leaks reported by cppcheck 2011-01-18 00:36:49 +01:00
event.h Remove extern "C" {} from most places, due to longer being needed. 2010-12-21 17:20:48 +01:00
eventsave.cpp Misc fixes for ticket:2435 (cleanup, cosmetic) to reduce diffcount 2011-01-09 14:46:18 +01:00
eventsave.h Misc fixes for ticket:2435 (cleanup, cosmetic) to reduce diffcount 2011-01-09 14:46:18 +01:00
interpreter.cpp Remove some dead code 2011-01-13 14:53:26 +01:00
interpreter.h Remove extern "C" {} from most places, due to longer being needed. 2010-12-21 17:20:48 +01:00
makefile.win32 Try to fix Windows exception handler and makefiles. 2010-12-20 01:07:12 +01:00
parse.h Remove extern "C" {} from most places, due to longer being needed. 2010-12-21 17:20:48 +01:00
script.cpp Fix building with gcc 4.5.1. 2010-12-22 00:58:59 +01:00
script.h Remove extern "C" {} from most places, due to longer being needed. 2010-12-21 17:20:48 +01:00
script.vcproj Apply patch — kill some more warnings, and fix a few issues that Buginator found. 2010-12-25 00:38:06 +01:00
script_lexer.l Revert "Add guard to YY_NO_UNISTD_H definition." 2011-01-30 01:40:53 -05:00
script_parser.y Remove some dead code 2011-01-13 14:53:26 +01:00
stack.cpp Fix building with gcc 4.5.1. 2010-12-22 00:58:59 +01:00
stack.h Remove extern "C" {} from most places, due to longer being needed. 2010-12-21 17:20:48 +01:00