1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / scm-tags.h
index 27fc34e4218dc1e95e560bf6721f49f74757feb0..fbe45cc1890752a2eece178c05167473aee5847b 100644 (file)
@@ -16,8 +16,8 @@
  * GNU General Public License for more details.
  * 
  * You should have received a copy of the GNU General Public License
- * along with this software; see the file COPYING.  If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
  * As a special exception, the Free Software Foundation gives permission
  * for additional uses of the text contained in its release of GUILE.
@@ -210,7 +210,7 @@ typedef long SCM;
 
 enum scm_tags
 {
-  scm_tc8_char = 0xf4,
+  scm_tc8_char = 0xf4
 };
 
 #define SCM_ITAG8(X)           ((int)(X) & 0xff)
This page took 0.02324 seconds and 4 git commands to generate.