mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Remove extraneous character.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
009f20a389
commit
4afb30991a
@ -1372,7 +1372,7 @@ AC_COMPILE_IFELSE(
|
||||
[[#include <mach-o/getsect.h>
|
||||
int main() {
|
||||
unsigned long p;
|
||||
return (int)getsect("__DATA","´__pass_info", &p);
|
||||
return (int)getsect("__DATA","__pass_info", &p);
|
||||
}
|
||||
]]),
|
||||
AC_MSG_RESULT(yes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user