aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorJoakim Verona2011-07-19 11:07:49 +0200
committerJoakim Verona2011-07-19 11:07:49 +0200
commitb41ac9a93de541548e3d5c4e9d53bc7e046bf43a (patch)
tree2ecbfc682cb3a00777f624d788b4fd87faa7a5e6 /src/process.h
parentd202b5a0bae129aff4af5db194603e055d29440c (diff)
parent15e3a074a6ebdcefd828a1ba14a5a12ff9921034 (diff)
downloademacs-b41ac9a93de541548e3d5c4e9d53bc7e046bf43a.tar.gz
emacs-b41ac9a93de541548e3d5c4e9d53bc7e046bf43a.zip
webkit back function
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h
index 4866a8c1022..aff9e970f63 100644
--- a/src/process.h
+++ b/src/process.h
@@ -141,7 +141,7 @@ struct Lisp_Process
141/* Every field in the preceding structure except for the first two 141/* Every field in the preceding structure except for the first two
142 must be a Lisp_Object, for GC's sake. */ 142 must be a Lisp_Object, for GC's sake. */
143 143
144#define ChannelMask(n) (1<<(n)) 144#define ChannelMask(n) (1 << (n))
145 145
146/* True if we are about to fork off a synchronous process or if we 146/* True if we are about to fork off a synchronous process or if we
147 are waiting for it. */ 147 are waiting for it. */