home: hub: 9ficl

Download patch

ref: 4e98c124ebf610c08f4f9a36ae19bcf8e3f6abed
parent: b6f06cff6c68995b24a0b5ff5d9cd7ba8927bbe8
author: asau <asau@ficl.sf.net>
date: Sun Sep 12 07:39:23 CDT 2010

Avoid potential problems with nested comments.

--- a/ficl.h
+++ b/ficl.h
@@ -4,7 +4,7 @@
 ** Author: John Sadler (john_sadler@alum.mit.edu)
 ** Created: 19 July 1997
 ** Dedicated to RHS, in loving memory
-** $Id: ficl.h,v 1.22 2010/09/10 10:44:43 asau Exp $
+** $Id: ficl.h,v 1.23 2010/09/12 12:39:23 asau Exp $
 ********************************************************************
 **
 ** Copyright (c) 1997-2001 John Sadler (john_sadler@alum.mit.edu)
@@ -398,7 +398,7 @@
 ** FICL_PLATFORM_HAS_2INTEGER
 ** Indicates whether or not the current architecture
 ** supports a native double-width integer type.
-** If you set this to 1 in your ficlplatform/*.h file,
+** If you set this to 1 in your ficlplatform/ *.h file,
 ** you *must* create typedefs for the following two types:
 **        ficl2Unsigned
 **        ficl2Integer
@@ -610,7 +610,7 @@
 
 /*
 ** System dependent routines:
-** Edit the implementations in your appropriate ficlplatform/*.c to be
+** Edit the implementations in your appropriate ficlplatform/ *.c to be
 ** compatible with your runtime environment.
 **
 ** ficlCallbackDefaultTextOut sends a zero-terminated string to the