Blob Blame History Raw
/* Copyright (C) 1995 Bjoern Beutel. */

/* Description. =============================================================*/

/* This module compiles malaga symbol files. */

/* Functions. =============================================================*/

extern void compile_symbol_file( string_t source_file, 
                                 string_t object_file,
                                 string_t old_symbol_file );
/* Read symbol file SOURCE_FILE_NAME and create translated file
 * with name OBJECT_FILE_NAME. 
 * If OLD_SYMBOL_FILE != NULL, include symbols of that file. */

/* End of file. =============================================================*/