~ubuntu-branches/ubuntu/saucy/bc/saucy-proposed

« back to all changes in this revision

Viewing changes to bc/scan.l

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2002-04-13 11:33:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020413113349-13xjv23rme03ctut
Tags: 1.06-8
* debian/control: Priority changed to standard as per overrides file
* debian/control: Standards-Version upgraded to 3.5.0
* debian/copyright: Debian/GNU Linux typo fix (lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#endif
45
45
 
46
46
/* Force . as last for now. */
47
 
#define DOT_IS_LAST
 
47
/* edd 9 June 2001 commented out for GNU readline-4.2
 
48
   #define DOT_IS_LAST
 
49
*/
48
50
 
49
51
/* We want to define our own yywrap. */
50
52
#undef yywrap
143
145
 
144
146
/* Definitions for readline access. */
145
147
extern FILE *rl_instream;
146
 
_PROTOTYPE(char *readline, (char *));
 
148
/* edd 9 June 2001 commented out for GNU readline-4.2
 
149
   _PROTOTYPE(char *readline, (char *)); 
 
150
*/
147
151
 
148
152
/* rl_input puts upto MAX characters into BUF with the number put in
149
153
   BUF placed in *RESULT.  If the yy input file is the same as