Artifact 964e641cf1ebfd9c456b0cb2bea7681f7076ece7eba28a90e56254055191e215:
- Executable file
r37/lisp/csl/cslbase/bytes.c
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1088) [annotate] [blame] [check-ins using] [more...]
/* * bytes.c Copyright (C) 1991-2002, Codemist Ltd * * * version of bytes1.c that does not keep counts of how many * bytecodes are executed for each function. I have the version that * does keep counts as the file that (directly) contains the code * since that makes use of one of the debuggers that I use easier (Ugh!) */ /* * This code may be used and modified, and redistributed in binary * or source form, subject to the "CCL Public License", which should * accompany it. This license is a variant on the BSD license, and thus * permits use of code derived from this in either open and commercial * projects: but it does require that updates to this code be made * available back to the originators of the package. * Before merging other code in with this or linking this code * with other packages or libraries please check that the license terms * of the other material are compatible with those of this. */ /* Signature: 56c013d1 08-Apr-2002 */ #define NO_BYTECOUNT 1 #include "bytes1.c" /* end of bytes.c */