/[smarc]/smarc/src/spasm/zmienne.h
ViewVC logotype

Diff of /smarc/src/spasm/zmienne.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by batonik, Thu Dec 19 20:45:37 2002 UTC revision 1.2 by batonik, Sat Dec 28 21:29:26 2002 UTC
# Line 5  Line 5 
5  #ifndef _SPASM_ZMIENNE_H  #ifndef _SPASM_ZMIENNE_H
6  #define _SPASM_ZMIENNE_H  #define _SPASM_ZMIENNE_H
7    
8    #include <stdio.h>
9    
10  // spasm.lex.c  // spasm.lex.c
11  extern char     *yytext;  extern char     *yytext;
12    
# Line 14  extern int     wystapilBlad;   //do sygnalizac Line 16  extern int     wystapilBlad;   //do sygnalizac
16  extern int      numerLinii;  extern int      numerLinii;
17  extern int      numerInstrukcji;  extern int      numerInstrukcji;
18  extern int      daneOffset;  extern int      daneOffset;
19  extern char     *buforZnakowy;  extern int      aktualnaSekcja;
20    extern int      wyrownanieAdresow;
21    extern int      zapiszASCIIZ;
22    
23    extern char     *buforZnakowy;
24    extern FILE     *plikWynikowyDanych;
25    
 #endif  
26    #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26