]> code.delx.au - gnu-emacs/blobdiff - lib-src/getopt1.c
(readline): Change position on %n and \" in sscanf.
[gnu-emacs] / lib-src / getopt1.c
index 5acd2245af0ada261f56af989eb6d444110edf0f..48d263e922a6b1c2f45a2c0555ecf034ba792486 100644 (file)
@@ -1,6 +1,6 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
-   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004
-     Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997,
+                 1998, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
@@ -172,3 +172,6 @@ main (int argc, char **argv)
 }
 
 #endif /* TEST */
+
+/* arch-tag: 28a5c558-b0c0-4bff-b5bc-e2e20291d4b6
+   (do not change this comment) */