summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h
index f2867a53e64..2b25e153d30 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -21,9 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_LISP_H
#define EMACS_LISP_H
-/* Declare the prototype for a general external function. */
-#define P_(proto) proto
-
/* Use the configure flag --enable-checking[=LIST] to enable various
types of run time checks for Lisp objects. */