1.1 diff -r f84ac68cac1b -r 82cb954059c4 semantics.c 1.2 --- a/semantics.c Wed Mar 12 08:18:04 2003 +0000 1.3 +++ b/semantics.c Wed Mar 12 08:38:04 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * Semantic routines for spec file parser 1.8 - * $Id: semantics.c,v 1.17 2003/02/19 02:20:05 eric Exp $ 1.9 + * $Id: semantics.c,v 1.18 2003/03/12 00:38:04 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -20,7 +20,8 @@ 1.14 * 1.15 * You should have received a copy of the GNU General Public License 1.16 * along with this program; if not, write to the Free Software 1.17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA */ 1.18 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA 1.19 + */ 1.20 1.21 1.22 #include <stdbool.h>