~ubuntu-branches/ubuntu/oneiric/spl/oneiric

« back to all changes in this revision

Viewing changes to debug.c

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-07-02 01:21:57 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100702012157-wm6ie067a1kisj6d
Tags: 1.0~pre6-2
Brown paper bag release. Really change Build-Depends from libreadline5-dev
to libreadline-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *  debug.c: The SPL Command Line Debugger
21
21
 */
22
22
 
23
 
#define _GNU_SOURCE
24
 
 
25
23
#include <stdio.h>
26
24
#include <stdlib.h>
27
25