~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gmp/ansi2knr.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (C) 1989, 2000 Aladdin Enterprises.  All rights reserved. */
2
2
 
3
 
/*$Id: ansi2knr.c,v 1.4 2001/12/13 11:07:56 jjgarcia Exp $*/
 
3
/*$Id: ansi2knr.c,v 1.5 2007/01/20 12:25:14 jgarcia Exp $*/
4
4
/* Convert ANSI C function definitions to K&R ("traditional C") syntax */
5
5
 
6
6
/*
64
64
 
65
65
        lpd 2000-04-12 backs out Eggert's changes because of bugs:
66
66
        - concatlits didn't declare the type of its bufend argument;
67
 
        - concatlits didn't't recognize when it was inside a comment;
 
67
        - concatlits didn't recognize when it was inside a comment;
68
68
        - scanstring could scan backward past the beginning of the string; when
69
69
        - the check for \ + newline in scanstring was unnecessary.
70
70