Sfoglia il codice sorgente

Regenerate headers and TIGCC IDE completion info.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/include@1101 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 anni fa
parent
commit
32e13a9a48
4 ha cambiato i file con 10 aggiunte e 10 eliminazioni
  1. BIN
      C/Completion/estack.ccf
  2. 5 5
      C/estack.h
  3. 1 1
      C/stdio.h
  4. 4 4
      C/unknown.h

BIN
C/Completion/estack.ccf


File diff suppressed because it is too large
+ 5 - 5
C/estack.h


+ 1 - 1
C/stdio.h

@@ -51,7 +51,7 @@ extern unsigned short fwrite(const void*,short,short,FILE*)__ATTR_LIB_C__;
 #define getchar fgetchar
 extern char *gets(char* asm("a2"))__ATTR_LIB_ASM__;
 extern char *getsn(char* asm("a2"),long asm("d3"))__ATTR_LIB_ASM__;
-#define printf_xy(x,y,f...) ({char __s[200];_rom_call(short,(char*,const char*,...),53)(__s ,##f);_rom_call(void,(short,short,const char*,short),1A9)(x,y,__s,4);})
+#define printf_xy(x,y,f...) ({char __s[200];_rom_call_attr(short,(char*,const char*,...),__attribute__((__format__(__printf__,2,3))),53)(__s ,##f);_rom_call(void,(short,short,const char*,short),1A9)(x,y,__s,4);})
 extern void printf(const char*,...)__ATTR_TIOS__;
 #define putc fputc
 #define putchar fputchar

+ 4 - 4
C/unknown.h

@@ -57,14 +57,14 @@ typedef struct SEquDS_AMS1{WINDOW_AMS1 wMain;short focus;short cFunc;short yPos;
 #define __HAVE_EQU_DS
 typedef struct SEquDS{WINDOW wMain;short focus;short cFunc;short yPos;short xOffset;short yBelow;unsigned short bAltForm;}EQU_DS;
 #endif
-#ifndef __HAVE_ESI_Callback_t
-#define __HAVE_ESI_Callback_t
-typedef CALLBACK void(*ESI_Callback_t)(ESI);
-#endif
 #ifndef __HAVE_ESI
 #define __HAVE_ESI
 typedef ESQ*ESI;
 #endif
+#ifndef __HAVE_ESI_Callback_t
+#define __HAVE_ESI_Callback_t
+typedef CALLBACK void(*ESI_Callback_t)(ESI);
+#endif
 #ifndef __HAVE_FUNCID
 #define __HAVE_FUNCID
 typedef struct{unsigned char FNum;unsigned char FNum2;unsigned short LNum;unsigned short PlotIndex;unsigned char PlotDir;}FUNCID;

Some files were not shown because too many files changed in this diff