~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to src/atomic/gcc_x86.c

  • Committer: Piotr Roszatycki
  • Date: 2011-01-11 14:34:28 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: piotr.roszatycki@gmail.com-20110111143428-s7pa7qz38m61o4tw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* atomic/gcc_x86.c
2
2
 *  Copyright (C) 2006-2010, Parrot Foundation.
3
 
 *  SVN Info
4
 
 *     $Id: gcc_x86.c 44168 2010-02-19 11:51:46Z mikehh $
5
3
 */
6
4
 
7
5
#include "parrot/parrot.h"
109
107
 * Local variables:
110
108
 *   c-file-style: "parrot"
111
109
 * End:
112
 
 * vim: expandtab shiftwidth=4:
 
110
 * vim: expandtab shiftwidth=4 cinoptions='\:2=2' :
113
111
 */