tunable.h 651 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. *
  4. * This product is part of the Amsterdam Compiler Kit.
  5. *
  6. * Permission to use, sell, duplicate or disclose this software must be
  7. * obtained in writing. Requests for such permissions may be sent to
  8. *
  9. * Dr. Andrew S. Tanenbaum
  10. * Wiskundig Seminarium
  11. * Vrije Universiteit
  12. * Postbox 7161
  13. * 1007 MC Amsterdam
  14. * The Netherlands
  15. *
  16. */
  17. /*
  18. * L L G E N
  19. *
  20. * An Extended LL(1) Parser Generator
  21. *
  22. * Author : Ceriel J.H. Jacobs
  23. */
  24. /*
  25. * tunable.h $Header$
  26. * Tunable constants
  27. */
  28. # define LTEXTSZ 51 /* size of token */