[gjs] Bug 584850: Clean up some __BIG definitions.
- From: C. Scott Ananian <cananian src gnome org>
- To: svn-commits-list gnome org
- Subject: [gjs] Bug 584850: Clean up some __BIG definitions.
- Date: Thu, 4 Jun 2009 14:00:57 -0400 (EDT)
commit d40e1f2ddc9a3d75316cbaa11bae7cfa69ec7cd4
Author: C. Scott Ananian <cscott litl com>
Date: Wed Jun 3 17:58:24 2009 -0400
Bug 584850: Clean up some __BIG definitions.
Some BIG cruft left over from e6466712a28c29f23e1e3e762c68ccc2d8e339a5.
---
modules/dbus-values.h | 6 +++---
modules/dbus.h | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/modules/dbus-values.h b/modules/dbus-values.h
index fcd28a5..2937210 100644
--- a/modules/dbus-values.h
+++ b/modules/dbus-values.h
@@ -19,8 +19,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
-#ifndef __BIG_JS_DBUS_VALUES_H__
-#define __BIG_JS_DBUS_VALUES_H__
+#ifndef __GJS_JS_DBUS_VALUES_H__
+#define __GJS_JS_DBUS_VALUES_H__
#include <glib.h>
#include <dbus/dbus.h>
@@ -50,4 +50,4 @@ JSBool gjs_js_add_dbus_props (JSContext *context,
G_END_DECLS
-#endif /* __BIG_JS_DBUS_VALUES_H__ */
+#endif /* __GJS_JS_DBUS_VALUES_H__ */
diff --git a/modules/dbus.h b/modules/dbus.h
index 72321e3..8c70a67 100644
--- a/modules/dbus.h
+++ b/modules/dbus.h
@@ -19,8 +19,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
-#ifndef __BIG_JS_DBUS_H__
-#define __BIG_JS_DBUS_H__
+#ifndef __GJS_JS_DBUS_H__
+#define __GJS_JS_DBUS_H__
#include <config.h>
#include <glib.h>
@@ -31,9 +31,9 @@
G_BEGIN_DECLS
-JSBool big_js_define_dbus_stuff (JSContext *context,
+JSBool gjs_js_define_dbus_stuff (JSContext *context,
JSObject *in_object);
G_END_DECLS
-#endif /* __BIG_JS_DBUS_H__ */
+#endif /* __GJS_JS_DBUS_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]