Added LEXOPT+=-8 to allow chars that are not plain 7bit standard ASCII.

This commit is contained in:
Janet B. Anderson
2005-09-12 18:43:28 +00:00
parent 709dfee489
commit 28ceac4534

View File

@@ -289,6 +289,12 @@ ARCMD = $(AR) $(ARFLAGS) $(USR_ARFLAGS) $@ $(LIBRARY_LD_OBJS)
# 'Munch' link-edit
MUNCH_CMD = $(LD) -o $@ $^
#--------------------------------------------------
# LEX default option (valid for EPICS base 3.13.0.beta12 and later)
#
# to allow characters that are not plain 7bit standard ASCII
LEXOPT += -8
#--------------------------------------------------
# Build compile line here