/* $Id: gla_support,v 1.5 1996/03/27 22:51:28 waite Exp $ */
/* Auxiliary scanner and token processor entry points */
/* Copyright 1995, The Regents of the University of Colorado */

/* This file has one line per auxiliary scanner or token processor name.
 * The name begins at the beginning of the line and is terminated by
 * white space.  Following the white space is the module in which that name
 * is defined.  The name must be specified as a path that begins with the
 * name of a package.  C comments, cpp directives and macros are ignored.
 ***/

auxEOL		Scan/auxScanEOL.c	/* Skip to end-of-line */
auxTab		Scan/auxTab.c		/* Coordinate adjustment for tab */
auxNewLine	Scan/auxNewLine.c	/* ... for newline */
coordAdjust	Scan/coordAdjust.c	/* ... for sequences */

mkidn		Scan/idn.specs		/* Identifiers */
mkint		Scan/int.c		/* Integers */
mkstr		Scan/str.c		/* Strings */

auxCString	Scan/CchStr.c		/* C character strings */
c_mkstr		Scan/CchStr.c
auxCChar	Scan/CchStr.c
c_mkchar	Scan/CchStr.c
c_mkint		Scan/Cint.c		/* C integers */
auxCComment	Scan/Ccomment.c		/* C comments */
Ctext		Scan/Ctext.c		/* C blocks */

auxPascalString	Scan/pascalStr.c	/* Pascal character strings */
auxPascalComment	Scan/pascalCom.c	/* Pascal comments */

auxM2String	Scan/M2chStr.c		/* Modula2 character strings */
modula_mkint	Scan/M2int.c		/* Modula2 integers */

auxM3Comment	Scan/M3comment.c	/* Modula3 comments */
