summaryrefslogtreecommitdiff
path: root/src/preproc/tbl/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/tbl/table.h')
-rw-r--r--src/preproc/tbl/table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/preproc/tbl/table.h b/src/preproc/tbl/table.h
index cf5b6031..7520b10e 100644
--- a/src/preproc/tbl/table.h
+++ b/src/preproc/tbl/table.h
@@ -1,6 +1,6 @@
// -*- C++ -*-
/* Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, 2007,
- 2008, 2009
+ 2008, 2009, 2010
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
@@ -142,6 +142,7 @@ public:
DOUBLEBOX = 0x00000010,
NOKEEP = 0x00000020,
NOSPACES = 0x00000040,
+ NOWARN = 0x00000080,
EXPERIMENTAL = 0x80000000 // undocumented; use as a hook for experiments
};
char *expand;