|
From: David B. <dav...@us...> - 2005-01-16 08:09:15
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11552/FrontierSDK/SampleCode/BarChart Modified Files: Tag: sidewinder-merge-20050115 barchart.c barchart.h barchart.r buildflags.h Log Message: merge from head Index: buildflags.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/buildflags.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** buildflags.h 9 Oct 2004 04:50:53 -0000 1.1 --- buildflags.h 16 Jan 2005 08:08:04 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + #ifndef THINK_C #include <MacHeaders.h> Index: barchart.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/barchart.c,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** barchart.c 9 Oct 2004 04:42:11 -0000 1.1 --- barchart.c 16 Jan 2005 08:08:04 -0000 1.1.6.1 *************** *** 1,3 **** --- 1,5 ---- + /* $Id$ */ + /*© copyright 1991-96 UserLand Software, Inc. All Rights Reserved.*/ Index: barchart.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/barchart.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** barchart.h 9 Oct 2004 04:42:40 -0000 1.1 --- barchart.h 16 Jan 2005 08:08:04 -0000 1.1.6.1 *************** *** 1,3 **** --- 1,5 ---- + /* $Id$ */ + /*© copyright 1991-96 UserLand Software, Inc. All Rights Reserved.*/ Index: barchart.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/barchart.r,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** barchart.r 9 Oct 2004 04:48:05 -0000 1.1 --- barchart.r 16 Jan 2005 08:08:04 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + #include <Types.r> #include <SysTypes.r> |