Move UTF-8 code inside class

This commit is contained in:
Keith Winstein
2011-01-14 01:21:58 -05:00
parent 32db675dd2
commit 4065e667b7
4 changed files with 86 additions and 88 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ objects = parserstate.o parser.o templates.o
executables = parse
CXX = g++
CXXFLAGS = -g --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-implicit-templates -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE
CXXFLAGS = -g --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-implicit-templates -fno-default-inline -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE
LIBS = -lutil
all: $(executables)