Loading tools/aidl/aidl_language.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ #include <string> #include <iostream> #ifdef _WIN32 int isatty(int fd) { return (fd == 0); } #endif using std::string; using std::cerr; using std::endl; Loading tools/aidl/aidl_language_l.l +0 −7 Original line number Diff line number Diff line Loading @@ -7,13 +7,6 @@ extern YYSTYPE yylval; #ifdef _WIN32 static inline int isatty(int fd) { return 0; } #endif // comment and whitespace handling // these functions save a copy of the buffer static void begin_extra_text(unsigned lineno, which_extra_text which); Loading Loading
tools/aidl/aidl_language.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ #include <string> #include <iostream> #ifdef _WIN32 int isatty(int fd) { return (fd == 0); } #endif using std::string; using std::cerr; using std::endl; Loading
tools/aidl/aidl_language_l.l +0 −7 Original line number Diff line number Diff line Loading @@ -7,13 +7,6 @@ extern YYSTYPE yylval; #ifdef _WIN32 static inline int isatty(int fd) { return 0; } #endif // comment and whitespace handling // these functions save a copy of the buffer static void begin_extra_text(unsigned lineno, which_extra_text which); Loading