[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.1.7 rewrite statement.

(This message will disappear, once this node revised.)

Syntax:

 
rewrite {
        stack-size number ; 
        load-path string ; 
        load string ; 
};

Numeric statements

stack-size
Configures runtime stack size for Rewrite. The number is the size of stack in words. The default value is 4096.

String statements

load-path
Add specified pathname to the list of directories searched for rewrite files.
load
Loads the specified source file on startup. Unless string is an absolute pathname, it will be searched in directories set up by load-path statement.

Loading

The default load path is `RADDB':`DATADIR'/rewrite. <FIXME> Describe the loading process in detail. Also, some kind of autoloading is necessary for Rewrite. </>



This document was generated by Sergey Poznyakoff on November, 20 2004 using texi2html