We don't need our own personal definition of __CONCAT.

This commit is contained in:
obrien 2003-01-18 23:26:04 +00:00
parent d09e50792c
commit a390eae40f

View File

@ -1,6 +1,6 @@
/*-
* Copyright (c) 2002 David E. O'Brien. All rights reserved.
* Copyright (c) 2002 Benno Rice. All rights reserved.
* Copyright (c) 2002 David E. O'Brien. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -31,11 +31,8 @@
*/
#include <sys/syscall.h>
#include <machine/asm.h>
#define __CONCAT(x,y) x ## y
#define _SYSCALL(x) \
.text; \
.align 2; \