comparison src/symsinit.h @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents abe6d1db359e
children 0784d089fdc9
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
426 426
427 /* Reset the Lisp engine (run-time only). */ 427 /* Reset the Lisp engine (run-time only). */
428 428
429 void reinit_alloc (void); 429 void reinit_alloc (void);
430 void reinit_eval (void); 430 void reinit_eval (void);
431 void init_postgresql_from_environment (void);
431 432
432 /* Late initialization -- stuff pertaining only to interactive usage, 433 /* Late initialization -- stuff pertaining only to interactive usage,
433 I/O, or Lisp reading. (Dump-time and run-time.) */ 434 I/O, or Lisp reading. (Dump-time and run-time.) */
434 435
435 void init_buffer (void); 436 void init_buffer (void);