ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/callback.pl
(Generate patch)

Comparing gvpe/src/callback.pl (file contents):
Revision 1.2 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.3 by pcg, Sat Jan 17 01:18:36 2004 UTC

25 You should have received a copy of the GNU General Public License 25 You should have received a copy of the GNU General Public License
26 along with this program; if not, write to the Free Software 26 along with this program; if not, write to the Free Software
27 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28*/ 28*/
29 29
30#ifndef VPE_CALLBACK_H__ 30#ifndef CALLBACK_H__
31#define VPE_CALLBACK_H__ 31#define CALLBACK_H__
32 32
33EOF 33EOF
34 34
35for my $a (0..7) { 35for my $a (0..7) {
36 my $CLASS = join "", map ", class A$_", 1..$a; 36 my $CLASS = join "", map ", class A$_", 1..$a;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines