Revision: 1991 http://geany.svn.sourceforge.net/geany/?rev=1991&view=rev Author: ntrel Date: 2007-10-29 10:16:51 -0700 (Mon, 29 Oct 2007)
Log Message: ----------- Rename tagm macro tagmanager (should be clearer).
Modified Paths: -------------- trunk/plugins/pluginmacros.h
Modified: trunk/plugins/pluginmacros.h =================================================================== --- trunk/plugins/pluginmacros.h 2007-10-29 17:15:03 UTC (rev 1990) +++ trunk/plugins/pluginmacros.h 2007-10-29 17:16:51 UTC (rev 1991) @@ -40,7 +40,7 @@ #define scintilla geany_data->sci #define support geany_data->support #define templates geany_data->templates -#define tagm geany_data->tm // avoids conflict with "struct tm *t" +#define tagmanager geany_data->tm // avoids conflict with "struct tm *t" #define ui geany_data->ui #define utils geany_data->utils
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.