* stage2/shared.h (ENTRY): Remove unnecessary `##'.
This commit is contained in:
parent
68c2bd1e7b
commit
7c0ea24c90
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue