* include/grub/setjmp.h: Remove leftover GRUBOF.
This commit is contained in:
parent
cef86fefda
commit
a1a315e780
2 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef GRUB_SETJMP_HEADER
|
||||
#define GRUB_SETJMP_HEADER 1
|
||||
|
||||
#if defined(GRUB_UTIL) && !defined(GRUBOF)
|
||||
#if defined(GRUB_UTIL)
|
||||
#include <setjmp.h>
|
||||
typedef jmp_buf grub_jmp_buf;
|
||||
#define grub_setjmp setjmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue