Don't define LOCORE (as nothing) in sources. It is now defined

consistently (as 1) in Makefile.i386 for all assembler sources.
This commit is contained in:
bde 1994-08-30 17:19:10 +00:00
parent baa690397f
commit 4e783802c8
3 changed files with 3 additions and 6 deletions

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $
* $Id: swtch.s,v 1.10 1994/08/19 22:49:42 davidg Exp $
*/
#include "npx.h" /* for NNPX */
@ -41,7 +41,6 @@
#include "errno.h" /* for error codes */
#include "machine/asmacros.h" /* for miscellaneous assembly macros */
#define LOCORE /* XXX inhibit C declarations */
#include "machine/spl.h" /* for SWI_AST_MASK ... */

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $
* $Id: swtch.s,v 1.10 1994/08/19 22:49:42 davidg Exp $
*/
#include "npx.h" /* for NNPX */
@ -41,7 +41,6 @@
#include "errno.h" /* for error codes */
#include "machine/asmacros.h" /* for miscellaneous assembly macros */
#define LOCORE /* XXX inhibit C declarations */
#include "machine/spl.h" /* for SWI_AST_MASK ... */

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.9 1994/08/06 09:17:44 davidg Exp $
* $Id: swtch.s,v 1.10 1994/08/19 22:49:42 davidg Exp $
*/
#include "npx.h" /* for NNPX */
@ -41,7 +41,6 @@
#include "errno.h" /* for error codes */
#include "machine/asmacros.h" /* for miscellaneous assembly macros */
#define LOCORE /* XXX inhibit C declarations */
#include "machine/spl.h" /* for SWI_AST_MASK ... */