Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 40 → Rev 41

/trunk/lexer.l
19,12 → 19,7
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
 
//#ifdef TARGET_API_MAC_CARBON
// /* can't use StdCLib ctype.h, it refers to symbols which aren't in OS X stdclib */
// int toupper(int);
//#else
#include <ctype.h>
//#endif
 
#include "node.h"
#include "dbg.h"