Revision 8ef7caaa
Added by skyjake over 12 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- libdeng2
- include
- de
- core
- app.h (diff)
- commandline.h (diff)
- library.h (diff)
- log.h (diff)
- logbuffer.h (diff)
- data
- archive.h (diff)
- arrayvalue.h (diff)
- byterefarray.h (diff)
- bytesubarray.h (diff)
- dictionaryvalue.h (diff)
- ibytearray.h (diff)
- info.h (diff)
- iserializable.h (diff)
- record.h (diff)
- recordvalue.h (diff)
- refvalue.h (diff)
- string.h (diff)
- textvalue.h (diff)
- value.h (diff)
- variable.h (diff)
- waitable.h (diff)
- error.h (diff)
- filesys
- directoryfeed.h (diff)
- feed.h (diff)
- file.h (diff)
- folder.h (diff)
- fs.h (diff)
- libraryfile.h (diff)
- nativefile.h (diff)
- net
- scriptsys
- assignstatement.h (diff)
- builtinexpression.h (diff)
- context.h (diff)
- evaluator.h (diff)
- expression.h (diff)
- function.h (diff)
- lex.h (diff)
- nameexpression.h (diff)
- operatorexpression.h (diff)
- parser.h (diff)
- process.h (diff)
- scriptlex.h (diff)
- statement.h (diff)
- tokenbuffer.h (diff)
- tokenrange.h (diff)
- core
- de
- src
- include
- plugins
- libdeng2
libdeng2: Require a semicolon after DENG2_(SUB_)ERROR macros
It seems Qt Creator's syntax analyzer mis-parses the code if the macro
does not have a semicolon in the end.