<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Marc:<br>
    <br>
    I've been hacking on _num.scm a bit and came across the following
    naming situation:<br>
    <br>
    <blockquote>heine:~/programs/gambit/lib> grep 'fixnum.*bitwise'
      *gambit*.scm<br>
      _gambit#.scm:;;; ##fixnum.bitwise-ior ##fixnum.bitwise-xor<br>
      _gambit#.scm:;;; ##fixnum.bitwise-and ##fixnum.bitwise-not<br>
      <more stuff omitted><br>
      heine:~/programs/gambit/lib> grep 'fxbitwise' *gambit*.scm<br>
      heine:~/programs/gambit/lib> <br>
      <br>
    </blockquote>
    In making mass changes of ##fixnum.* names to ##fx* names in my
    codeI found out that ##fxbitwise-ior, etc., are not internal names
    for procedures.<br>
    <br>
    Should these be changed?<br>
    <br>
    Brad<br>
    <br>
  </body>
</html>