~ubuntu-branches/ubuntu/natty/libunwind/natty

« back to all changes in this revision

Viewing changes to src/ia64/Lstep-ia64.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Delahaye
  • Date: 2004-05-28 14:21:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040528142139-jv1eckpdf4t94f3o
Tags: upstream-0.97
ImportĀ upstreamĀ versionĀ 0.97

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define UNW_LOCAL_ONLY
 
2
#include <libunwind.h>
 
3
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
 
4
#include "Gstep-ia64.c"
 
5
#endif