Add comment.
authorDoug Evans <dje@gnu.org>
Mon, 27 May 1996 17:27:39 +0000 (17:27 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 27 May 1996 17:27:39 +0000 (17:27 +0000)
From-SVN: r12121

gcc/choose-temp.c

index 1cb26351e0ccf70eaf3e6453fefaed2ce743b9f5..b687729e2f6b939a4edbdfb568a0b321e25e6fc9 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/file.h>   /* May get R_OK, etc. on some systems.  */