summaryrefslogtreecommitdiff
path: root/lib/fix-num.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fix-num.c')
-rw-r--r--lib/fix-num.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fix-num.c b/lib/fix-num.c
index 144d266..5ad898f 100644
--- a/lib/fix-num.c
+++ b/lib/fix-num.c
@@ -1,3 +1,4 @@
+/*
# fix-num.c: conversions on ``fixnums'', which are a 32-bit
# word with 20 bits of fraction.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#include "config.h"