* stage2/shared.h (ENTRY): Remove unnecessary `##'.

This commit is contained in:
proski 2001-05-15 03:54:39 +00:00
parent 68c2bd1e7b
commit 7c0ea24c90
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-05-14 Pavel Roskin <proski@gnu.org>
* stage2/shared.h (ENTRY): Remove unnecessary `##'.
2001-05-03 Jochen Hoenicke <jochen@gnu.org>
* grub/asmstub.c (biosdisk): Work around a bug in linux's ez

View file

@ -246,7 +246,7 @@ extern char *grub_scratch_mem;
* command.
*/
#define ENTRY(x) .globl EXT_C(x) ; EXT_C(x) ## :
#define ENTRY(x) .globl EXT_C(x) ; EXT_C(x):
#define VARIABLE(x) ENTRY(x)