Changeset 1231


Ignore:
Timestamp:
Feb 12, 2004, 4:00:11 PM (22 years ago)
Author:
bird
Message:

found a little problem.

Location:
trunk/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/570c.c

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r1230 r1231  
    8383PTYPE   (_System * PVar2PType)(int a, int b, int c, int d);
    8484
     85
     86extern void _System glutDisplayFunc1(void (* _System)(void));
     87extern void _System glutDisplayFunc2(void (_System *)(void));
    8588
    8689/*
  • trunk/testcase/570main.cpp

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r1230 r1231  
    142142}
    143143
     144extern void _System glutDisplayFunc1(void (* _System pfn)(void)); /* TODO make this work without the pfn!!! */
     145extern void _System glutDisplayFunc2(void (_System *)(void));
    144146
    145147
Note: See TracChangeset for help on using the changeset viewer.