From a390eae40f2d18e5bf240c53afc9494e13487b4e Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 18 Jan 2003 23:26:04 +0000 Subject: We don't need our own personal definition of __CONCAT. --- lib/libc/powerpc/SYS.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/powerpc/SYS.h b/lib/libc/powerpc/SYS.h index d4255cd..7ec3075 100644 --- a/lib/libc/powerpc/SYS.h +++ b/lib/libc/powerpc/SYS.h @@ -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 - #include -#define __CONCAT(x,y) x ## y - #define _SYSCALL(x) \ .text; \ .align 2; \ -- cgit v1.1