From 976d7e604832718f740492f33106e6b707b7c795 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 15 Nov 1990 10:34:20 +0000 Subject: [PATCH] Fix another typo. --- v7/src/microcode/option.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (); -- 2.25.1