chiark
/
gitweb
/
~mdw
/
anag
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c088671
)
Fix spurious error when `-file' is used.
author
mdw
<mdw>
Wed, 7 Feb 2001 09:09:11 +0000
(09:09 +0000)
committer
mdw
<mdw>
Wed, 7 Feb 2001 09:09:11 +0000
(09:09 +0000)
anag.c
patch
|
blob
|
blame
|
history
diff --git
a/anag.c
b/anag.c
index 97b31c1196f842066e8718784904298098bcea32..f160fa1d7cbd313fbb430fac8072aeae0e087684 100644
(file)
--- a/
anag.c
+++ b/
anag.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: anag.c,v 1.
1 2001/02/04 17:14:42
mdw Exp $
+ * $Id: anag.c,v 1.
2 2001/02/07 09:09:11
mdw Exp $
*
* Main driver for anag
*
*
* Main driver for anag
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: anag.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: anag.c,v $
+ * Revision 1.2 2001/02/07 09:09:11 mdw
+ * Fix spurious error when `-file' is used.
+ *
* Revision 1.1 2001/02/04 17:14:42 mdw
* Initial checkin
*
* Revision 1.1 2001/02/04 17:14:42 mdw
* Initial checkin
*
@@
-230,6
+233,7
@@
static unsigned nextopt(const char *const **arg)
default:
return (oo->tag);
}
default:
return (oo->tag);
}
+ continue;
bad:
die("syntax error near `%s': unknown token type", av[ai - 1]);
}
bad:
die("syntax error near `%s': unknown token type", av[ai - 1]);
}