OSDN Git Service

Add comment.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 May 1996 17:27:39 +0000 (17:27 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 May 1996 17:27:39 +0000 (17:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12121 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/choose-temp.c

index 1cb2635..b687729 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.  */