From 184962039c7025fbb748337f4dae07269116d9ff Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 27 May 1996 17:27:39 +0000 Subject: Add comment. From-SVN: r12121 --- gcc/choose-temp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc') diff --git a/gcc/choose-temp.c b/gcc/choose-temp.c index 1cb2635..b687729 100644 --- a/gcc/choose-temp.c +++ b/gcc/choose-temp.c @@ -19,6 +19,9 @@ Boston, MA 02111-1307, USA. */ /* This file exports one function: choose_temp_base. */ +/* This file lives in at least two places: libiberty and gcc. + Don't change one without the other. */ + #if ! defined (_WIN32) && ! defined (NO_SYS_FILE_H) #include #include /* May get R_OK, etc. on some systems. */ -- cgit v1.1