From 0f39a4380bc812d0a4b4b4b61dcff6c3da3ddeec Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Wed, 29 Dec 1999 22:11:38 +0100 Subject: [PATCH] Fixed a confusing doc error. Rev: src/compilation.h:1.14 --- src/compilation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compilation.h b/src/compilation.h index bedb44017e..65d2b280e3 100644 --- a/src/compilation.h +++ b/src/compilation.h @@ -1,5 +1,5 @@ /* - * $Id: compilation.h,v 1.13 1998/11/22 11:02:37 hubbe Exp $ + * $Id: compilation.h,v 1.14 1999/12/29 21:11:38 mast Exp $ * * Compilator state push / pop operator construction file * @@ -7,7 +7,7 @@ */ /* - * IMEMBER: do not reset this member when popping + * IMEMBER: do not reset this member when pushing * DMEMBER: This member should be the same when popping as when pushing. * ZMEMBER: reset this member to zero when pushing * STACKMEMBER: Like IMEMBER, but is not allowed to become more when popping -- GitLab