aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-pbrpm.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:07:27 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:07:27 +0000
commit215664c12e191603a521e82a302cb97a962aacb8 (patch)
tree229d7abed6fb768c5c75066ce8a0f61d3684f0a3 /phox/phox-pbrpm.el
parent93404454d921954127a34c1e3e6e4ec846470ccc (diff)
Prevent many compile warnings
Diffstat (limited to 'phox/phox-pbrpm.el')
-rw-r--r--phox/phox-pbrpm.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/phox/phox-pbrpm.el b/phox/phox-pbrpm.el
index 5e831938..544fa1c4 100644
--- a/phox/phox-pbrpm.el
+++ b/phox/phox-pbrpm.el
@@ -9,6 +9,18 @@
(require 'pg-pbrpm)
+(declare-function phox-lang-absurd "nofile")
+(declare-function phox-lang-suppress "nofile")
+(declare-function phox-lang-instance "nofile")
+(declare-function phox-lang-open-instance "nofile")
+(declare-function phox-lang-opendef "nofile")
+(declare-function phox-lang-unlock "nofile")
+(declare-function phox-lang-lock "nofile")
+(declare-function phox-lang-prove "nofile")
+(declare-function phox-lang-let "nofile")
+(declare-function int-char "nofile")
+(declare-function char= "nofile")
+
;;--------------------------------------------------------------------------;;
;; Syntactic functions
;;--------------------------------------------------------------------------;;