]> code.delx.au - gnu-emacs/blobdiff - src/unexalpha.c
(gc_cons_threshold): Not static.
[gnu-emacs] / src / unexalpha.c
index ea37817941ece69449141a88cbf42394785392a1..aa32f411fcb6857e5c7599da2694482f850b024b 100644 (file)
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 \f
 #include <config.h>
@@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA.  */
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <stdio.h>
-#include <varargs.h>
 #include <errno.h>
 #ifdef HAVE_STRING_H
 #include <string.h>