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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user