X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fport.h;h=1533620f9e003e341a1e6478c895af0a5d7392c1;hb=80972b2e54c9b88f11c27b878874fd2a6a681391;hp=3363aa680042d8277bfd38452336008ca0fe8e5d;hpb=5de45d4b5fa61802d1d5ae5ed8ab186655837468;p=fw%2Fsdcc diff --git a/src/port.h b/src/port.h index 3363aa68..1533620f 100644 --- a/src/port.h +++ b/src/port.h @@ -42,7 +42,7 @@ typedef struct builtins { char *name; /* name of builtin function */ - char *rtype; /* return type as string : see typefromStr */ + char *rtype; /* return type as string : see typeFromStr */ int nParms; /* number of parms : max 8 */ char *parm_types[MAX_BUILTIN_ARGS]; /* each parm type as string : see typeFromStr */ } builtins;