SCM Repository
[sml3d] / trunk / sml3d / gen / gen-from-xml / glgen / gen-consts.sml |
Diff of /trunk/sml3d/gen/gen-from-xml/glgen/gen-consts.sml
Parent Directory
|
Revision Log
|
Patch
revision 1384, Sat Apr 5 05:17:20 2014 UTC | revision 1388, Sat Apr 5 20:42:58 2014 UTC | |
---|---|---|
# | Line 56 | Line 56 |
56 | \structure %s =\n\ | \structure %s =\n\ |
57 | \ struct\n\ | \ struct\n\ |
58 | \\n\ | \\n\ |
59 | \ local\n\ | |
60 | \ type glint = GLTypes.glint\n\ | |
61 | \ type glenum = GLTypes.glenum\n\ | \ type glenum = GLTypes.glenum\n\ |
62 | \ type gluint = GLTypes.gluint\n\ | |
63 | \ type gluint64 = GLTypes.gluint64\n\ | |
64 | \ in\n\ | |
65 | \\n\ | \\n\ |
66 | \" | \" |
67 | val footer = "\ | val footer = "\ |
68 | \\n\ | \\n\ |
69 | \ end (* local *)\n\ | |
70 | \\n\ | |
71 | \ end (* %s *)\n\ | \ end (* %s *)\n\ |
72 | \" | \" |
73 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |