Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hartlef committed May 9, 2020
1 parent 9f19a71 commit 955f455
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/makedocs/makedocs.cxs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ makedocs.exe -ignore "brl.admob;reflection"

Changelog (REMEMBER CONST <<VERSION>> WHEN CHANGING)
--------------------------------------------------------------------------------
2020-04-26 - MikeHart
- Added the IncludeDir keyword to toker.cxs
2019-01-20 - Holzchopf
- FIXED bug in brl.markdown - required rebuild of Makedocs
2019-01-15 - Holzchopf
Expand Down
2 changes: 1 addition & 1 deletion src/makedocs/toker.cxs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Class Toker
Const keywords:="void strict "+
"public private protected friend property "+
"bool int float string array object mod continue exit "+
"include includedir import module extern "+
"include import module extern "+
"new self super eachin true false null not "+
"extends abstract final select case default "+
"const local global field method function class "+
Expand Down
2 changes: 1 addition & 1 deletion src/transcc/transcc.build/cpptool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18362,7 +18362,7 @@ String c_TransCC::p_GetReleaseVersion(){
}
void c_TransCC::p_Run(Array<String > t_args){
this->m_args=t_args;
bbPrint(String(L"TRANS cerberus compiler V2020-05-05",35));
bbPrint(String(L"TRANS cerberus compiler V2020-05-09",35));
m_cerberusdir=RealPath(bb_os_ExtractDir(AppPath())+String(L"/..",3));
SetEnv(String(L"CERBERUSDIR",11),m_cerberusdir);
SetEnv(String(L"MONKEYDIR",9),m_cerberusdir);
Expand Down
2 changes: 1 addition & 1 deletion src/transcc/transcc.cxs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Import trans
Import builders

Const VERSION:="2020-05-05"
Const VERSION:="2020-05-09"

Function Main()
Local tcc:=New TransCC
Expand Down

0 comments on commit 955f455

Please sign in to comment.