diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
| commit | 4399be3cbd35324f7a2c00d77229d995b4022138 (patch) | |
| tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/as/obstack.h | |
| parent | 709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/as/obstack.h')
| -rw-r--r-- | gnu/usr.bin/as/obstack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/as/obstack.h b/gnu/usr.bin/as/obstack.h index 880015f9eaa4..c29bb1f47921 100644 --- a/gnu/usr.bin/as/obstack.h +++ b/gnu/usr.bin/as/obstack.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: obstack.h,v 1.3 1993/10/02 20:57:48 pk Exp $ + * $Id: obstack.h,v 1.2 1993/11/03 00:52:06 paul Exp $ */ @@ -286,7 +286,7 @@ __extension__ \ /* These assume that the obstack alignment is good enough for pointers or ints, and that the data added so far to the current object shares that much alignment. */ - + #define obstack_ptr_grow(OBSTACK,datum) \ __extension__ \ ({ struct obstack *__o = (OBSTACK); \ |
