Changeset 601


Ignore:
Timestamp:
Aug 16, 2003, 1:50:34 AM (22 years ago)
Author:
bird
Message:

Headers.

Location:
trunk/testcase
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/570.gmk

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r600 r601  
     1# $Id$
     2## @file
     3#
     4# _System declaration and definition testcases.
     5#
     6# InnoTek Systemberatung GmbH confidential
     7#
     8# Copyright (c) 2003 InnoTek Systemberatung GmbH
     9# Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10#
     11# All Rights Reserved
     12#
     13#
     14
    115TESTCASE=570
    216ifdef GCC_OMF
  • trunk/testcase/570asm.s

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r600 r601  
     1/* $Id$ */
     2/** @file
     3 *
     4 * _System declaration and definition testcases.
     5 *
     6 * InnoTek Systemberatung GmbH confidential
     7 *
     8 * Copyright (c) 2003 InnoTek Systemberatung GmbH
     9 * Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10 *
     11 * All Rights Reserved
     12 *
     13 */
    114   .file   "570asm.s"
    215
  • trunk/testcase/570c.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r600 r601  
     1/* $Id$ */
     2/** @file
     3 *
     4 * _System declaration and definition testcases.
     5 *
     6 * InnoTek Systemberatung GmbH confidential
     7 *
     8 * Copyright (c) 2003 InnoTek Systemberatung GmbH
     9 * Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10 *
     11 * All Rights Reserved
     12 *
     13 */
    114typedef struct some_struct_pointer * PTYPE;
    215
  • trunk/testcase/570main.cpp

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r600 r601  
     1/* $Id$ */
     2/** @file
     3 *
     4 * _System declaration and definition testcases.
     5 *
     6 * InnoTek Systemberatung GmbH confidential
     7 *
     8 * Copyright (c) 2003 InnoTek Systemberatung GmbH
     9 * Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10 *
     11 * All Rights Reserved
     12 *
     13 */
    114#include <stdio.h>
    215typedef struct some_struct_pointer * PTYPE;
  • trunk/testcase/572.gmk

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r600 r601  
     1# $Id$
     2## @file
     3#
     4# _Optlink declaration and definition testcases.
     5#
     6# InnoTek Systemberatung GmbH confidential
     7#
     8# Copyright (c) 2003 InnoTek Systemberatung GmbH
     9# Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10#
     11# All Rights Reserved
     12#
     13#
     14
    115TESTCASE=572
    216ifdef GCC_OMF
     
    4054        else    rm -f $@; false; \
    4155        fi
     56       
  • trunk/testcase/572asm.s

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r600 r601  
     1/* $Id$ */
     2/** @file
     3 *
     4 * _Optlink declaration and definition testcases.
     5 *
     6 * InnoTek Systemberatung GmbH confidential
     7 *
     8 * Copyright (c) 2003 InnoTek Systemberatung GmbH
     9 * Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10 *
     11 * All Rights Reserved
     12 *
     13 */
    114   .file   "570asm.s"
    215
  • trunk/testcase/572c.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r600 r601  
     1/* $Id$ */
     2/** @file
     3 *
     4 * _Optlink declaration and definition testcases.
     5 *
     6 * InnoTek Systemberatung GmbH confidential
     7 *
     8 * Copyright (c) 2003 InnoTek Systemberatung GmbH
     9 * Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10 *
     11 * All Rights Reserved
     12 *
     13 */
    114typedef struct some_struct_pointer * PTYPE;
    215
  • trunk/testcase/572main.cpp

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r600 r601  
     1/* $Id$ */
     2/** @file
     3 *
     4 * _Optlink declaration and definition testcases.
     5 *
     6 * InnoTek Systemberatung GmbH confidential
     7 *
     8 * Copyright (c) 2003 InnoTek Systemberatung GmbH
     9 * Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10 *
     11 * All Rights Reserved
     12 *
     13 */
     14
     15
    116#include <stdio.h>
    217typedef struct some_struct_pointer * PTYPE;
Note: See TracChangeset for help on using the changeset viewer.