ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/lib/oogl/wa/yystype.h

This is yystype.h in view mode; [Download] [Up]

#ifndef _YYSTYPE_H_
#define _YYSTYPE_H_

typedef union stackunion {
  double d;
  int i;
  char s[80];
} YYSTYPE;

extern YYSTYPE yylval;

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.