~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to ext/syck/emitter.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-09-04 16:01:17 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070904160117-i15zckg2nhxe9fyw
Tags: 1.9.0+20070830-2ubuntu1
* Sync from Debian; remaining changes:
  - Add -g to CFLAGS.
* Fixes build failure on ia64.
* Fixes build failure with gcc-4.2 on lpia.
* Robustify check for target_os, fixing build failure on lpia.
* Set Ubuntu maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * emitter.c
3
3
 *
4
 
 * $Author: shyouhei $
5
 
 * $Date: 2007-02-13 08:01:19 +0900 (火, 13  2月 2007) $
 
4
 * $Author: matz $
 
5
 * $Date: 2007-08-25 12:29:39 +0900 (土, 25  8月 2007) $
6
6
 *
7
7
 * Copyright (C) 2003 why the lucky stiff
8
8
 * 
9
9
 * All Base64 code from Ruby's pack.c.
10
 
 * Ruby is Copyright (C) 1993-2003 Yukihiro Matsumoto 
 
10
 * Ruby is Copyright (C) 1993-2007 Yukihiro Matsumoto 
11
11
 */
12
 
#include "ruby.h"
 
12
#include "ruby/ruby.h"
13
13
 
14
14
#include <stdio.h>
15
15
#include <string.h>