[MLton] syntax error for "_address"

John Reppy jhr@cs.uchicago.edu
Wed, 2 Nov 2005 09:00:35 -0600


I'm getting the error

	Error: glut.sml 130.28.
	  Syntax error: replacing  WILD with  ASTERISK.

where line 130 is

	    val glutCreateMenuCB	= _address "glutCreateMenuCB" :  
MLton.Pointer.t;

I'm using the MLton command

	mlton -default-ann 'allowFFI true' -stop tc -export-header glut- 
glue.h glut.sml

with version 20050731.  Was "_address" added since 20050731?

	- John