From: Chris Hanson Date: Thu, 15 Nov 1990 10:34:20 +0000 (+0000) Subject: Fix another typo. X-Git-Tag: 20090517-FFI~11050 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=976d7e604832718f740492f33106e6b707b7c795;p=mit-scheme.git Fix another typo. --- diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index f1048c101..716449f40 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.4 1990/11/14 16:41:53 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.5 1990/11/15 10:34:20 cph Exp $ Copyright (c) 1990 Massachusetts Institute of Technology @@ -42,7 +42,7 @@ MIT in each case. */ extern char * getenv (); extern void free (); -#define xfree(p) ((PTR) (p)) +#define xfree(p) free ((PTR) (p)) extern int strlen (); extern int atoi (); extern int access ();