guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/05: Remove vestigial comment in tags.h.


From: Mark H. Weaver
Subject: [Guile-commits] 02/05: Remove vestigial comment in tags.h.
Date: Tue, 16 Apr 2019 16:57:27 -0400 (EDT)

mhw pushed a commit to branch stable-2.2
in repository guile.

commit 275c96dd1fbc392e43423e91f08d2cf2fcc538a1
Author: Mark H Weaver <address@hidden>
Date:   Mon Apr 15 00:17:21 2019 -0400

    Remove vestigial comment in tags.h.
    
    * libguile/tags.h: Remove a vestigial comment which seems to have been
    separated from its associated code long ago.
---
 libguile/tags.h | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/libguile/tags.h b/libguile/tags.h
index 3a01a15..9977729 100644
--- a/libguile/tags.h
+++ b/libguile/tags.h
@@ -3,8 +3,7 @@
 #ifndef SCM_TAGS_H
 #define SCM_TAGS_H
 
-/* Copyright (C) 
1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2008,2009,2010,2011,2012,2013,2014,2015
- * Free Software Foundation, Inc.
+/* Copyright (C) 1995-2004, 2008-2015 Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -353,10 +352,6 @@ typedef union SCM { struct { scm_t_bits n; } n; } SCM;
 #define SCM_NIMP(x)            (!SCM_IMP (x))
 #define SCM_HEAP_OBJECT_P(x)    (SCM_NIMP (x))
 
-/* Checking if a SCM variable holds an immediate integer: See numbers.h for
- * the definition of the following macros: SCM_I_FIXNUM_BIT,
- * SCM_MOST_POSITIVE_FIXNUM, SCM_I_INUMP, SCM_I_MAKINUM, SCM_I_INUM.  */
-
 /* Checking if a SCM variable holds a pair (for historical reasons, in Guile
  * also known as a cons-cell): This is done by first checking that the SCM
  * variable holds a heap object, and second, by checking that tc1==0 holds



reply via email to

[Prev in Thread] Current Thread [Next in Thread]