From bfc17121378b315399f1df25e902f40884ba7506 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 3 Oct 2007 21:24:51 -0700 Subject: BR 1352920: change loc_t -> cloc_t Change loc_t to cloc_t to avoid AIX conflict. We really shouldn't use _t names at all; they are usually considered platform types, but worry about that later. --- eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.h') diff --git a/eval.h b/eval.h index 1724e2f..1a1b1c3 100644 --- a/eval.h +++ b/eval.h @@ -15,7 +15,7 @@ * look labels up. */ void eval_global_info(struct ofmt *output, lfunc lookup_label, - loc_t * locp); + cloc_t * locp); /* * The evaluator itself. -- cgit v1.2.3