Skip to content

Commit

Permalink
Version 0.240
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Sep 9, 2020
1 parent c7b2c93 commit b52d93b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions c--news.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.240
- Added support for Linux, MacOS, FreeBSD, OpenBSD
- Various bugfixes

v0.239
- Расширены возможности sizeof.
- Расширен синтаксис локальных меток.
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

static char **_Argv; //!!! simplest way to make your own variable

unsigned char compilerstr[] = "SPHINX C-- 0.239";
unsigned char compilerstr[] = "SPHINX C-- 0.240";
char *rawfilename; /* file name */
char *rawext;
LISTCOM *listcom;
Expand Down
2 changes: 1 addition & 1 deletion tok.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define WARNCOUNT 15 //число различных предупреждений

#define ver1 0
#define ver2 239
#define ver2 240

#define BETTA

Expand Down

0 comments on commit b52d93b

Please sign in to comment.