# HG changeset patch # User Thinker K.F. Li # Date 1291826021 -28800 # Node ID 17cbb862a8c642f13b21655db673941d8292b4b0 # Parent b319cbbf35c2d0f0158e905411cf8f8520ad7cf2 Change modeline for cons_supp.c diff -r b319cbbf35c2 -r 17cbb862a8c6 configure.ac --- a/configure.ac Thu Dec 09 00:07:01 2010 +0800 +++ b/configure.ac Thu Dec 09 00:33:41 2010 +0800 @@ -126,7 +126,7 @@ [case "${backend}-${graphic_engine}-${image_loader}" in X-cairo-*|X-openvg-imlib2|X-openvg-dummy) ;; dfb-cairo-*) ;; - console-openvg-imlib2) ;; + console-openvg-imlib2|console-openvg-dummy) ;; none-*-*) ;; *)] AC_MSG_ERROR([The combination of --with-backend=${backend}, --with-graphic-engine=${graphic_engine} and --with-image-loader=${image_loader} is invalid]) [;; esac] diff -r b319cbbf35c2 -r 17cbb862a8c6 src/cons_supp.c --- a/src/cons_supp.c Thu Dec 09 00:07:01 2010 +0800 +++ b/src/cons_supp.c Thu Dec 09 00:33:41 2010 +0800 @@ -1,5 +1,3 @@ -// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- -// vim: sw=4:ts=8:sts=4 #include #include #include @@ -656,3 +654,14 @@ _cons_supp_reg_IO_factory, _cons_supp_reg_timer_factory, }; + +/* + * Local Variables: + * indent-tabs-mode: t + * tab-width: 8 + * c-basic-offset: 4 + * c-file-style:"stroustrup" + * fill-column:79 + * End: + */ +// vim: sw=4:ts=8:sts=4:textwidth=79