summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2007-09-23 07:38:53 +0000
committerwl <wl>2007-09-23 07:38:53 +0000
commit005315f122db99c6f52d783bda2835caadc4cc43 (patch)
tree34a398719734853230725fcbfa2522f859aacbf2 /src
parentb8223babb41c786587ee5f9996986f9ba1b05810 (diff)
downloadgroff-005315f122db99c6f52d783bda2835caadc4cc43.tar.gz
* man/groff.man: Fix URL of CSTR 54.
* man/groff_char.man: Normalize character set names as defined by IANA. Based on a patch from Axel Kielhorn. * src/preproc/refer/label.y: Undo change from 2007-09-19.
Diffstat (limited to 'src')
-rw-r--r--src/preproc/refer/label.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preproc/refer/label.y b/src/preproc/refer/label.y
index 96ccc7f1..2481ebbf 100644
--- a/src/preproc/refer/label.y
+++ b/src/preproc/refer/label.y
@@ -28,6 +28,7 @@ Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
int yylex();
void yyerror(const char *);
+int yyparse();
static const char *format_serial(char c, int n);