~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/concrete/unrestricted/scanner/scanner.ih

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2012-01-20 11:53:17 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120120115317-v4wiq9sttx72fabk
Tags: 9.1.0-1
New upstream release (covering C++11 to a large extend)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
                                 Declare here
 
3
                    what's only used in the Scanner class
 
4
                and let Scanner's sources include "scanner.ih"
 
5
*/
 
6
 
 
7
#include "scanner.h"
 
8
 
 
9
//#include <iostream>
 
10
// #include <fstream>
 
11
// #include <strstream>
 
12
// #include <string>
 
13
 
 
14
/*
 
15
    In the current Debian distribution of flex, YY_CURRENT_BUFFER and YY_START
 
16
    are not available to members of the flex-generated class (See `Values
 
17
    Available To The User' in the flex info-file). Use the following macros to
 
18
    make these values available. (Note that the need for these defines may be
 
19
    superfluous in the near future):
 
20
*/
 
21
// uncomment if you want to use YY_CURRENT_BUFFER in the scanner's members:
 
22
/*
 
23
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
 
24
                          ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
 
25
                          : NULL)
 
26
*/
 
27
// uncomment if you want to use YY_START in the scanner's members:
 
28
// #define YY_START (((yy_start) - 1) / 2)
 
29
 
 
30
// end of scanner.ih