]> code.delx.au - gnu-emacs/blobdiff - src/atimer.h
* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
[gnu-emacs] / src / atimer.h
index e0f81a51d9a8f7642dee21dfb70243d03921bdff..c2245d30e6bb3346a96088aa462d3fa209b9e029 100644 (file)
@@ -20,13 +20,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef EMACS_ATIMER_H
 #define EMACS_ATIMER_H
 
-/* Declare the prototype for a general external function.  */
-#if defined (PROTOTYPES) || defined (WINDOWSNT)
-#define P_(proto) proto
-#else
-#define P_(proto) ()
-#endif
-
 #include "systime.h"           /* for EMACS_TIME */
 
 /* Forward declaration.  */