From: Dominique F. <fo...@gr...> - 2003-01-08 15:41:28
|
Hi, When compiling the score-engine lib, a lot of warning are issued concerning redefined macros. These are mainly the NOTE_* macros defined in ../parser/guido.h and redefined in graphics/GRDefine.h. In fact, it seems that the appropriate location for these definitions is the parser folder. I think that these definitions could be put in a separate file (parser/guidodefs.h for example), removed from graphics/GRDefine.h and guido.h. Next, the source files using these definitions could use guidodefs.h. What do you think about it ? Dom |