environ.h 199 B

12345678910111213
  1. /*
  2. * Part of Scheme 48 1.9. See file COPYING for notices and license.
  3. *
  4. * Authors: Richard Kelsey, Jonathan Rees
  5. */
  6. #if ! defined(ENVIRON_NAME)
  7. #define ENVIRON_NAME s48_bogus_environ
  8. #endif