]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gengtype-state.cc
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / gengtype-state.cc
index fea12dfd549948ed7225e89121433942216e4708..ea566af324922655961198b5b64c077f05f9c4c6 100644 (file)
@@ -274,7 +274,7 @@ state_writer::state_writer ()
 
 
 /* Fatal error messages when reading the state.  They are extremely
-   unlikely, and only appear when this gengtype-state.c file is buggy,
+   unlikely, and only appear when this gengtype-state.cc file is buggy,
    or when reading a gengtype state which was not generated by the
    same version of gengtype or GCC.  */
 
@@ -1342,7 +1342,7 @@ write_state_trailer (void)
 }
 
 /* The write_state routine is the only writing routine called by main
-   in gengtype.c.  To avoid messing the state if gengtype is
+   in gengtype.cc.  To avoid messing the state if gengtype is
    interrupted or aborted, we write a temporary file and rename it
    after having written it in totality.  */
 void
@@ -2609,7 +2609,7 @@ equals_type_number (const void *ty1, const void *ty2)
 }
 
 
-/* The function reading the state, called by main from gengtype.c.  */
+/* The function reading the state, called by main from gengtype.cc.  */
 void
 read_state (const char *path)
 {
@@ -2658,4 +2658,4 @@ read_state (const char *path)
   state_path = NULL;
 }
 
-/* End of file gengtype-state.c.  */
+/* End of file gengtype-state.cc.  */