/[gzz]/gzz/gfx/libglwrapper/wrapper.pl
ViewVC logotype

Diff of /gzz/gfx/libglwrapper/wrapper.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mudyc, Thu Oct 10 13:45:09 2002 UTC revision 1.5 by tjl, Sat Dec 14 08:11:34 2002 UTC
# Line 264  GLint GL_kludge_error_GLint(const char * Line 264  GLint GL_kludge_error_GLint(const char *
264              # collect file to one line              # collect file to one line
265              push(@tmp_lines, $_);              push(@tmp_lines, $_);
266              if ("@tmp_lines" =~ /\;/) {              if ("@tmp_lines" =~ /\;/) {
267                  if ( "@tmp_lines" =~ /^void/                  # GLhalf is in then newest NV header, but
268                       or "@tmp_lines" =~ /^GL/) {                  # not in standard headers.
269                    # Avoid blowing up by ignoring.
270    
271                    if ( ("@tmp_lines" =~ /^void/
272                         or "@tmp_lines" =~ /^GL/)
273                         and not "@tmp_lines" =~ /GLhalf/
274                         ) {
275    
276                      # remove '  '->' '                      # remove '  '->' '
277                      s/  / /g while ("$_" =~ /  /);                      s/  / /g while ("$_" =~ /  /);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26