Branch: Tag:

1999-11-29

1999-11-29 18:40:18 by David Hedbor <david@hedbor.org>

fixed typo - inhibit_compiler_errors -> inhibit_compile_errors

Rev: lib/master.pike.in:1.75

1: - /* $Id: master.pike.in,v 1.74 1999/11/29 16:36:12 grubba Exp $ + /* $Id: master.pike.in,v 1.75 1999/11/29 18:40:18 neotron Exp $    *    * Master-file for Pike.    *
1042:      mixed get_inhibit_compile_errors()   { -  return inhibit_compiler_errors->get(); +  return inhibit_compile_errors->get();   }   #else /* !constant(thread_local) */   mixed inhibit_compile_errors;
1054:      mixed get_inhibit_compile_errors()   { -  return inhibit_compiler_errors; +  return inhibit_compile_errors;   }   #endif /* constant(thread_local) */