/*
* Copyright (C) 2008 Robert Millan <rmh@aybabtu.com>
* Copyright (C) 2012 Thorsten Alteholz <debian@alteholz.de>
+ * Copyright (C) 2014 Arthur Marble <arthur@info9.net>
*
* This file is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
pass = 2; /* what a kludge */
yyerror("%s: multiply defined symbol", sym);
pass = 1;
- return;
+ return 1;
}
stop = &symtab[HASH(sym)];
sp = NEW(struct sym);
int used, avail, of;
if(pp == NULL)
- return;
+ return 1;
used = pp->pc - pp->bottom;
avail = pp->top - pp->pc;