diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-11-28 20:22:41 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-11-28 20:22:41 -0500 |
commit | b08d49f067a3ea84bc399855c669345b4e509d10 (patch) | |
tree | 8e2ac34790334bece53e352ed7d6006023f460ac /tapset/context-symbols.stp | |
parent | 82762adc9d7e77cdce48a87a477a47fb9e14ecd9 (diff) | |
download | systemtap-steved-b08d49f067a3ea84bc399855c669345b4e509d10.tar.gz systemtap-steved-b08d49f067a3ea84bc399855c669345b4e509d10.tar.xz systemtap-steved-b08d49f067a3ea84bc399855c669345b4e509d10.zip |
PR 6965: tweak symbol/unwind control macros to STP_NEED_{UNWIND,SYMBOL}_DATA
Diffstat (limited to 'tapset/context-symbols.stp')
-rw-r--r-- | tapset/context-symbols.stp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tapset/context-symbols.stp b/tapset/context-symbols.stp index eb5a5014..79645f4f 100644 --- a/tapset/context-symbols.stp +++ b/tapset/context-symbols.stp @@ -1,5 +1,5 @@ // context-symbols tapset -// Copyright (C) 2005, 2006, 2007 Red Hat Inc. +// Copyright (C) 2005-2008 Red Hat Inc. // Copyright (C) 2006 Intel Corporation. // // This file is part of systemtap, and is free software. You can @@ -8,8 +8,8 @@ // later version. %{ -#ifndef NEED_SYMBOL_DATA -#define NEED_SYMBOL_DATA 1 +#ifndef STP_NEED_SYMBOL_DATA +#define STP_NEED_SYMBOL_DATA 1 #endif %} |