Revision: 1684 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1684&view=re... Author: frlan Date: 2010-10-25 23:16:20 +0000 (Mon, 25 Oct 2010)
Log Message: ----------- Addons: Added define to header for XMLtagging to avoid double including file
Modified Paths: -------------- trunk/geany-plugins/addons/src/ao_xmltagging.h
Modified: trunk/geany-plugins/addons/src/ao_xmltagging.h =================================================================== --- trunk/geany-plugins/addons/src/ao_xmltagging.h 2010-10-25 16:44:54 UTC (rev 1683) +++ trunk/geany-plugins/addons/src/ao_xmltagging.h 2010-10-25 23:16:20 UTC (rev 1684) @@ -19,4 +19,9 @@ * MA 02110-1301, USA. */
+#ifndef __ADD_XMLTAGGING__ +#define __ADD_XMLTAGGING__ + void ao_xmltagging(void); + +#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.