annotate etc/toolbar/paste-up.xpm @ 4949:018e13fdeaeb

compile-related functions added, for use in Unicode-internal ws -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-01-17 Ben Wing <ben@xemacs.org> * bytecomp-runtime.el: * bytecomp-runtime.el (error-unless-tests-match): New. * bytecomp-runtime.el (byte-compile-file-being-compiled): New. * bytecomp-runtime.el (compiled-if): New. * bytecomp-runtime.el (compiled-when): New. Add functions for dealing with conditional compilation of different code depending on the presence or absence of features. Necessary for some Mule code where code is run during compilation (macros or eval-when-compile) but, depending on how the code is written, the code itself will crash either with or without Unicode-internal. compiled-if and compiled-when are the basic functions for conditional compilation. They automatically trigger an error message upon file loading if, at that time, the test expression that selected which code to compile does not have the same value as at compile time.
author Ben Wing <ben@xemacs.org>
date Sun, 17 Jan 2010 04:52:48 -0600
parents 376386a54a3c
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* XPM */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 static char * paste[] = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 "28 28 5 1",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 "X c Gray75 s backgroundToolBarColor",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 "o c black",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 "O c Gray90",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 "+ c Gray60",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 "@ c white",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 "XXXXXXXXXXXXXooXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 "XXXXXXXXXXXXoOOoXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 "XXXXXXooooooOooOooooooXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 "XXXXXo++++oOOOOOOo++++oXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 "XXXXXo+++oooooooooo+++oXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 "XXXXXo++++++++++++++++oXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 "XXXXXo++++++++++++++++oXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 "XXXXXo++++++++++++++++oXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 "XXXXXo++++++++++++++++oXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 "XXXXXo++++++++++++++++oXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 "XXXXXo++++++oooooooooooXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 "XXXXXo++++++o@@@@@@@@ooXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 "XXXXXo++++++o@@@@@@@@o+oXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 "XXXXXo++++++o@oooooo@ooooXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 "XXXXXo++++++o@@@@@@@@@@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 "XXXXXo++++++o@oooo@@@@@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 "XXXXXo++++++o@@@@@@@@@@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 "XXXXXo++++++o@@@@@@@@@@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 "XXXXXo++++++o@oooooooo@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 "XXXXXoooooooo@@@@@@@@@@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 "XXXXXXXXXXXXo@@@@@@@@@@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 "XXXXXXXXXXXXo@@@@@@@@@@@oXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 "XXXXXXXXXXXXoooooooooooooXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"};