~ubuntu-branches/ubuntu/gutsy/m4/gutsy

« back to all changes in this revision

Viewing changes to checks/16.ifdef

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2006-09-25 19:20:30 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060925192030-x9s2i4h7wlvsx7dy
Tags: 1.4.7-1
New upstream release. See the NEWS file for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl ../doc/m4.texinfo:1346: Origin of test
2
 
ifdef(`foo', ``foo' is defined', ``foo' is not defined')
3
 
dnl @result{}foo is not defined
4
 
define(`foo', `')
5
 
dnl @result{}
6
 
ifdef(`foo', ``foo' is defined', ``foo' is not defined')
7
 
dnl @result{}foo is defined