diff options
| author | Steven Fuller <relnev@icculus.org> | 2007-01-07 05:38:12 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 030db5bb236344370342447d31a3d685dd93ad92 (patch) | |
| tree | 1cae501851965c7536077817c157a60cdb53a0f5 /src/mathline.c | |
| parent | d9a250e1dfd9ed24ce5b0f3d5baa85e0b57b3d55 (diff) | |
compile fixes for gcc 4.0 / osx.
Diffstat (limited to 'src/mathline.c')
| -rw-r--r-- | src/mathline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mathline.c b/src/mathline.c index c6654a4..d01596a 100644 --- a/src/mathline.c +++ b/src/mathline.c @@ -209,7 +209,7 @@ int CMP_LL(LONGLONGCH *a, LONGLONGCH *b) llgs: } */ -#if 1 +#if 0 int retval; __asm__("movl 0(%%ebx), %%eax \n\t" |
