2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Internal Boost Jam cleanup - minor stylistic changes.

[SVN r80301]
This commit is contained in:
Jurko Gospodnetić
2012-08-29 13:24:05 +00:00
parent 32d0e78a63
commit 3ec2814dda

View File

@@ -1,11 +1,14 @@
/*
* Copyright 2004. David Abrahams
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef STRINGS_DWA20011024_H
# define STRINGS_DWA20011024_H
#define STRINGS_DWA20011024_H
/* Copyright David Abrahams 2004. Distributed under the Boost */
/* Software License, Version 1.0. (See accompanying */
/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */
# include <stddef.h>
#include <stddef.h>
typedef struct string
{