[PD-cvs] pd/src g_canvas.h,1.3.4.3.2.5,1.3.4.3.2.6

Mathieu Bouchard matju at users.sourceforge.net
Thu Sep 8 09:45:09 CEST 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11801

Modified Files:
      Tag: devel_0_39
	g_canvas.h 
Log Message:
protect g_canvas.h against multiple inclusion.


Index: g_canvas.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_canvas.h,v
retrieving revision 1.3.4.3.2.5
retrieving revision 1.3.4.3.2.6
diff -C2 -d -r1.3.4.3.2.5 -r1.3.4.3.2.6
*** g_canvas.h	23 Aug 2005 09:44:55 -0000	1.3.4.3.2.5
--- g_canvas.h	8 Sep 2005 07:45:07 -0000	1.3.4.3.2.6
***************
*** 38,41 ****
--- 38,42 ----
  
  #ifndef __G_CANVAS_H
+ #define __G_CANVAS_H
  
  #if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
***************
*** 634,640 ****
  #endif
  
- #else
- #define __G_CANVAS_H
- 
  #endif
  
--- 635,638 ----





More information about the Pd-cvs mailing list