* defs.h: define language_pascal in language enumeration.
* language.h: define _LANG_pascal macro. * language.c: add language_pascal support in all language dependant functions.
This commit is contained in:
parent
919e40930f
commit
750ba3824f
4 changed files with 39 additions and 3 deletions
|
@ -35,7 +35,8 @@ struct expression;
|
|||
#define _LANG_c
|
||||
#define _LANG_m2
|
||||
#define _LANG_chill
|
||||
#define _LANG_fortran
|
||||
#define _LANG_fortran
|
||||
#define _LANG_pascal
|
||||
|
||||
#define MAX_FORTRAN_DIMS 7 /* Maximum number of F77 array dims */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue