semantics.c

changeset 134
313aba417199
parent 131
4b8c80d77f76
child 139
ec2a06d8a2a6
     1.1 diff -r 76c197fe2eeb -r 313aba417199 semantics.c
     1.2 --- a/semantics.c	Fri Mar 14 08:57:40 2003 +0000
     1.3 +++ b/semantics.c	Sun Mar 16 13:58:26 2003 +0000
     1.4 @@ -2,7 +2,7 @@
     1.5   * tumble: build a PDF file from image files
     1.6   *
     1.7   * Semantic routines for spec file parser
     1.8 - * $Id: semantics.c,v 1.21 2003/03/14 00:24:37 eric Exp $
     1.9 + * $Id: semantics.c,v 1.22 2003/03/16 05:58:25 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 @@ -596,7 +596,7 @@
    1.14  }
    1.15  
    1.16  
    1.17 -bool parse_spec_file (char *fn)
    1.18 +bool parse_control_file (char *fn)
    1.19  {
    1.20    bool result = 0;
    1.21  
    1.22 @@ -642,7 +642,7 @@
    1.23  }
    1.24  
    1.25  
    1.26 -bool process_specs (void)
    1.27 +bool process_controls (void)
    1.28  {
    1.29    input_image_t *image = NULL;
    1.30    output_page_t *page = NULL;