diff options
| author | Glenn Morris | 2008-08-10 02:40:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-10 02:40:17 +0000 |
| commit | aef88a00d364bbb208acff2d9b66b2a1eb6cf8f5 (patch) | |
| tree | 9d61b62a8f62f40a4794d9e3a4cfdadf66b73774 /src/alloc.c | |
| parent | e9251f82752dccce1370155cf30831ef6cdb83f3 (diff) | |
| download | emacs-aef88a00d364bbb208acff2d9b66b2a1eb6cf8f5.tar.gz emacs-aef88a00d364bbb208acff2d9b66b2a1eb6cf8f5.zip | |
Use __sparc__ rather than sparc.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 46887bb332c..f37d74acaf4 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4572,7 +4572,7 @@ mark_stack () | |||
| 4572 | /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is | 4572 | /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is |
| 4573 | needed on ia64 too. See mach_dep.c, where it also says inline | 4573 | needed on ia64 too. See mach_dep.c, where it also says inline |
| 4574 | assembler doesn't work with relevant proprietary compilers. */ | 4574 | assembler doesn't work with relevant proprietary compilers. */ |
| 4575 | #ifdef sparc | 4575 | #ifdef __sparc__ |
| 4576 | asm ("ta 3"); | 4576 | asm ("ta 3"); |
| 4577 | #endif | 4577 | #endif |
| 4578 | 4578 | ||