| OLD | NEW |
| 1 /* as.h - global header file | 1 /* as.h - global header file |
| 2 Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 2 Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 Free Software Foundation, Inc. | 4 Free Software Foundation, Inc. |
| 5 | 5 |
| 6 This file is part of GAS, the GNU Assembler. | 6 This file is part of GAS, the GNU Assembler. |
| 7 | 7 |
| 8 GAS is free software; you can redistribute it and/or modify | 8 GAS is free software; you can redistribute it and/or modify |
| 9 it under the terms of the GNU General Public License as published by | 9 it under the terms of the GNU General Public License as published by |
| 10 the Free Software Foundation; either version 3, or (at your option) | 10 the Free Software Foundation; either version 3, or (at your option) |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 #define COMMON extern /* Our commons live elsewhere. */ | 228 #define COMMON extern /* Our commons live elsewhere. */ |
| 229 #endif | 229 #endif |
| 230 #endif | 230 #endif |
| 231 /* COMMON now defined */ | 231 /* COMMON now defined */ |
| 232 | 232 |
| 233 #ifndef ENABLE_CHECKING | 233 #ifndef ENABLE_CHECKING |
| 234 #define ENABLE_CHECKING 0 | 234 #define ENABLE_CHECKING 0 |
| 235 #endif | 235 #endif |
| 236 | 236 |
| 237 #if ENABLE_CHECKING || defined (DEBUG) | 237 #if ENABLE_CHECKING || defined (DEBUG) |
error: old chunk mismatch |
None
| OLD | NEW |