~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to src/__gnuplot_raw__.cc

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-04-28 15:17:35 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090428151735-gm59wmfcmwec3f9e
Tags: 1:3.0.5-3
debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
rebuild' in octave and redirect stdin from /dev/null.  This is just to
help debugging the hang up on the mipsel buildd when installing
octave3.0 for building other packages (Bug#524745).

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
typedef unsigned char flex_uint8_t; 
73
73
typedef unsigned short int flex_uint16_t;
74
74
typedef unsigned int flex_uint32_t;
 
75
#endif /* ! C99 */
75
76
 
76
77
/* Limits of integral types. */
77
78
#ifndef INT8_MIN
102
103
#define UINT32_MAX             (4294967295U)
103
104
#endif
104
105
 
105
 
#endif /* ! C99 */
106
 
 
107
106
#endif /* ! FLEXINT_H */
108
107
 
109
108
#ifdef __cplusplus
632
631
 
633
632
/* NOT is not strictly a binary operator, but is close enough for us. */
634
633
/* single quote (') transpose operator is handled separately. */
635
 
#line 636 "<stdout>"
 
634
#line 635 "<stdout>"
636
635
 
637
636
#define INITIAL 0
638
637
 
732
731
        if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
733
732
                { \
734
733
                int c = '*'; \
735
 
                size_t n; \
 
734
                int n; \
736
735
                for ( n = 0; n < max_size && \
737
736
                             (c = getc( gptin )) != EOF && c != '\n'; ++n ) \
738
737
                        buf[n] = (char) c; \
817
816
#line 128 "DLD-FUNCTIONS/__gnuplot_raw__.l"
818
817
 
819
818
 
820
 
#line 821 "<stdout>"
 
819
#line 820 "<stdout>"
821
820
 
822
821
        if ( !(yy_init) )
823
822
                {
1083
1082
#line 250 "DLD-FUNCTIONS/__gnuplot_raw__.l"
1084
1083
ECHO;
1085
1084
        YY_BREAK
1086
 
#line 1087 "<stdout>"
 
1085
#line 1086 "<stdout>"
1087
1086
case YY_STATE_EOF(INITIAL):
1088
1087
        yyterminate();
1089
1088