From: Doug Evans Date: Mon, 27 May 1996 17:27:39 +0000 (+0000) Subject: Add comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=184962039c7025fbb748337f4dae07269116d9ff;p=gcc.git Add comment. From-SVN: r12121 --- diff --git a/gcc/choose-temp.c b/gcc/choose-temp.c index 1cb26351e0c..b687729e2f6 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. */