~ubuntu-branches/ubuntu/saucy/faust/saucy

« back to all changes in this revision

Viewing changes to compiler/parser/faustlexer.cpp

  • Committer: Package Import Robot
  • Author(s): Mario Lang
  • Date: 2012-04-04 13:52:01 UTC
  • mfrom: (1.1.6) (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120404135201-hpsrk87x3hga94tc
Tags: 0.9.46-2
* Fix "ftbfs with GCC-4.7":
  - debian/patches/unistd: Include <unistd.h> where necessary.
    (Closes: #667163)

Show diffs side-by-side

added added

removed removed

Lines of Context:
783
783
#line 6 "parser/faustlexer.l"
784
784
#include "tree.hh"
785
785
#include "faustparser.hpp"
786
 
#define YY_NO_UNISTD_H 1
787
 
extern int isatty (int );
 
786
#include <unistd.h>
788
787
 
789
788
 
790
789