OSDN Git Service

* cppfiles.c (open_file): Correct typo.
[pf3gnuchains/gcc-fork.git] / gcc / po / exgettext
index 40c6463..7665463 100644 (file)
@@ -19,8 +19,8 @@
 
 # You should have received a copy of the GNU General Public License
 # along with GCC; see the file COPYING.  If not, write to
-# the Free Software Foundation, 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 # Always operate in the C locale.
 LANG=C
@@ -108,6 +108,8 @@ function keyword_option(line) {
     format=""
     if (args ~ /g$/)
        format="gcc-internal-format"
+    else if (args ~ /noc$/)
+        format="no-c-format"
     else if (args ~ /c$/)
        format="c-format"