/[m4]/m4/src/eval.c
ViewVC logotype

Diff of /m4/src/eval.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jbailey, Thu Feb 17 03:03:19 2000 UTC revision 1.1.1.1.2.1 by gary, Sun May 1 11:54:12 2005 UTC
# Line 1  Line 1 
1  /* GNU m4 -- A simple macro processor  /* GNU m4 -- A simple macro processor
2     Copyright (C) 1989, 90, 91, 92, 93, 94 Free Software Foundation, Inc.  
3         Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994
4       Free Software Foundation, Inc.
5    
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
8     the Free Software Foundation; either version 2, or (at your option)     the Free Software Foundation; either version 2 of the License, or
9     any later version.     (at your option) any later version.
10      
11     This program is distributed in the hope that it will be useful,     This program is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU General Public License for more details.     GNU General Public License for more details.
15      
16     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
17     along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
18     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19       02110-1301  USA
20  */  */
21    
22  /* This file contains the functions to evaluate integer expressions for  /* This file contains the functions to evaluate integer expressions for
# Line 266  evaluate (const char *expr, eval_t *val) Line 269  evaluate (const char *expr, eval_t *val)
269    
270    if (err == NO_ERROR && *eval_text != '\0')    if (err == NO_ERROR && *eval_text != '\0')
271      err = EXCESS_INPUT;      err = EXCESS_INPUT;
272        
273    switch (err)    switch (err)
274      {      {
275      case NO_ERROR:      case NO_ERROR:

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26