Skip to content

Commit

Permalink
fix grammars (previous re2c mode resulted in broken utf-support)
Browse files Browse the repository at this point in the history
Signed-off-by: why the lucky stiff <why@whytheluckystiff.net>
  • Loading branch information
Jimi Dini authored and why the lucky stiff committed Jan 15, 2009
1 parent f158bfd commit 3d03cb9
Show file tree
Hide file tree
Showing 5 changed files with 4,095 additions and 2,106 deletions.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SUFFIXES = .re
CFLAGS = -fPIC

.re.c:
$(REC) -bi $< > $@.new && mv $@.new $@
$(REC) -i $< > $@.new && mv $@.new $@

lib_LIBRARIES = libsyck.a
include_HEADERS = syck.h syck_st.h
Expand Down
Loading

0 comments on commit 3d03cb9

Please sign in to comment.