summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-08-16 19:54:47 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-08-16 19:54:47 +0000
commit2bb924b502c41a23ab2bc8a29355f08746f8eb21 (patch)
tree1431bd473e24cb09048ef77402d4091be7d3523d /misc.c
parenta444d2ec1344a838d3e6fd99e620fe9ce871cdf5 (diff)
Prelimary work on tables API.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 2d5c9e7..ab09657 100644
--- a/misc.c
+++ b/misc.c
@@ -841,7 +841,11 @@ void skelout()
case '#':
/* a comment in the skel. ignore. */
break;
-
+
+ case 't':
+ /* %t - toggle tables api */
+ break;
+
default:
flexfatal(
_( "bad line in skeleton file" ) );