Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
0a60f905
Commit
0a60f905
authored
Jul 07, 2003
by
Benoit Perrot
Browse files
Remove useless ";" at end of macro definitions.
?
parent
a612bfb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0a60f905
2003-07-07 Benot Perrot <benoit@lrde.epita.fr>
* src/task/task.hh: Remove useless ";" at end of macro definitions.
2003-07-07 Benot Perrot <benoit@lrde.epita.fr>
* dev/mipsy.xml,
...
...
src/task/task.hh
View file @
0a60f905
...
...
@@ -103,12 +103,12 @@ namespace task
extern void (Routine) (void); \
task::FunctionTask task_##Routine (Routine, \
Option, module_name, \
Desc, Deps)
;
Desc, Deps)
#else // !MIPSY_CC_
# define TASK_MODULE(Name)
# define TASK_DECLARE(Name, Help, Routine, Dependencies) \
extern void (Routine) (void)
;
extern void (Routine) (void)
#endif // MIPSY_CC_
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment