Added dotted notation for macro ${__LINE__} predefine

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2643 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
icemank 2003-06-13 15:59:30 +00:00
parent 5a3d38fbf9
commit bbc605eeac
2 changed files with 18 additions and 13 deletions

View file

@ -109,7 +109,7 @@ class CEXEBuild {
void restore_file_predefine(char *);
char* set_timestamp_predefine(char *);
void restore_timestamp_predefine(char *);
char* set_line_predefine(int);
char* set_line_predefine(int, BOOL);
void restore_line_predefine(char *);
#endif
int parseScript();