]> code.delx.au - gnu-emacs/blobdiff - nt/preprep.c
calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): New functions.
[gnu-emacs] / nt / preprep.c
index 6b764afdeab4cd6490f80803e2a5d070e8749cd0..6fe7d3252964b31b1922a9a555f2afa49603e8f9 100644 (file)
@@ -1,5 +1,5 @@
 /* Pre-process emacs.exe for profiling by MSVC.
 /* Pre-process emacs.exe for profiling by MSVC.
-   Copyright (C) 1999, 2001-2011  Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 
 This file is part of GNU Emacs.
 
@@ -321,7 +321,7 @@ relocate_offset (DWORD offset,
    variables, because of dumping.]
 
    We could potentially generate the relocation data ourselves by making
    variables, because of dumping.]
 
    We could potentially generate the relocation data ourselves by making
-   two versions of temacs, one with an extra dummmy section before
+   two versions of temacs, one with an extra dummy section before
    EMHEAP to offset it, and then compare the dumped executables from
    both.  That is a lot of work though, and it doesn't solve the problem
    of dumped pointers to static variables, which also can be relocated.
    EMHEAP to offset it, and then compare the dumped executables from
    both.  That is a lot of work though, and it doesn't solve the problem
    of dumped pointers to static variables, which also can be relocated.
@@ -825,4 +825,3 @@ main (int argc, char **argv)
 }
 
 /* eof */
 }
 
 /* eof */
-