summaryrefslogtreecommitdiffstats
path: root/loc2c.h
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-01-28 17:01:20 -0800
committerJosh Stone <jistone@redhat.com>2009-01-28 17:16:50 -0800
commit73267b89ea6ede28b1a0a10667774bca6eb2b37e (patch)
tree8004f6fc06820356033767d574dd228cc3ca78e7 /loc2c.h
parent4c2732a1dad1de295c9219ee3afac007b2d7ba05 (diff)
downloadsystemtap-steved-73267b89ea6ede28b1a0a10667774bca6eb2b37e.tar.gz
systemtap-steved-73267b89ea6ede28b1a0a10667774bca6eb2b37e.tar.xz
systemtap-steved-73267b89ea6ede28b1a0a10667774bca6eb2b37e.zip
Add Vim modelines for GNU style in stap
Diffstat (limited to 'loc2c.h')
-rw-r--r--loc2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loc2c.h b/loc2c.h
index 03f9e74c..67f4a38a 100644
--- a/loc2c.h
+++ b/loc2c.h
@@ -93,3 +93,5 @@ c_translate_pointer_store (struct obstack *pool, int indent,
Writes complete lines of C99, code forming a complete C block, to STREAM.
Return value is true iff that code uses the `deref' runtime macros. */
bool c_emit_location (FILE *stream, struct location *loc, int indent);
+
+/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */