~pac72/ubuntu/lucid/ddd/devel

« back to all changes in this revision

Viewing changes to ddd/string-fun.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-07-22 03:49:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040722034937-cysl08t1jvba4jrx
Tags: 1:3.3.9-3
USERINFO has been renamed to USERINFO.txt; adjust debian/rules code
to match, to get correct information on the About DDD dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $Id: string-fun.h,v 1.14 1999/08/19 11:28:57 andreas Exp $
 
1
// $Id$
2
2
// Miscellaneous string functions
3
3
 
4
4
// Copyright (C) 1995 Technische Universitaet Braunschweig, Germany.
33
33
#ifndef _DDD_string_fun_h
34
34
#define _DDD_string_fun_h
35
35
 
36
 
#ifdef __GNUG__
37
 
#pragma interface
38
 
#endif
39
 
 
40
36
// Misc includes
41
37
#include "strclass.h"
42
38