OSDN Git Service

Merge "Updated link to material design page." into mnc-io-docs
[android-x86/frameworks-base.git] / tools / aidl / aidl_language.cpp
1 #include "aidl_language.h"
2 #include <stdio.h>
3 #include <string.h>
4 #include <stdlib.h>
5
6 #ifdef HAVE_MS_C_RUNTIME
7 int isatty(int  fd)
8 {
9     return (fd == 0);
10 }
11 #endif
12
13 #if 0
14 ParserCallbacks k_parserCallbacks = {
15     NULL
16 };
17 #endif
18
19 ParserCallbacks* g_callbacks = NULL; // &k_parserCallbacks;
20