[PD-cvs] pd/src s_stuff.h,1.5.4.10.2.1,1.5.4.10.2.2

Mathieu Bouchard matju at users.sourceforge.net
Thu Sep 8 10:50:53 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	s_stuff.h 
Log Message:
protecting against multiple inclusion.


Index: s_stuff.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_stuff.h,v
retrieving revision 1.5.4.10.2.1
retrieving revision 1.5.4.10.2.2
diff -C2 -d -r1.5.4.10.2.1 -r1.5.4.10.2.2
*** s_stuff.h	12 Jul 2005 15:11:12 -0000	1.5.4.10.2.1
--- s_stuff.h	8 Sep 2005 08:50:51 -0000	1.5.4.10.2.2
***************
*** 1,2 ****
--- 1,5 ----
+ #ifndef __STUFF_H
+ #define __STUFF_H
+ 
  /* Copyright (c) 1997-1999 Miller Puckette.
  * For information on usage and redistribution, and for a DISCLAIMER OF ALL
***************
*** 351,352 ****
--- 354,357 ----
                                    int value);
  /* } jsarlo */
+ 
+ #endif /* __STUFF_H */





More information about the Pd-cvs mailing list