mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
add cr
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
28c675f56e
commit
c0d20f8ea8
|
@ -1,3 +1,16 @@
|
|||
/*++
|
||||
Copyright (c) 2019 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
buffer.h
|
||||
|
||||
Author:
|
||||
|
||||
Daniel Schemmel 2019-2-23
|
||||
|
||||
--*/
|
||||
|
||||
#ifndef BUFFER_H_
|
||||
#define BUFFER_H_
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@ Author:
|
|||
|
||||
Revision History:
|
||||
|
||||
2019-2-23 Renamed to old_buffer from buffer to provide new implementation
|
||||
|
||||
--*/
|
||||
#ifndef OLD_BUFFER_H_
|
||||
#define OLD_BUFFER_H_
|
||||
|
|
|
@ -20,6 +20,8 @@ Author:
|
|||
|
||||
Revision History:
|
||||
|
||||
2019-2-23 Renamed from vector to old_vector to provide new implementation
|
||||
|
||||
--*/
|
||||
#ifndef OLD_VECTOR_H_
|
||||
#define OLD_VECTOR_H_
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/*++
|
||||
Copyright (c) 2019 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
vector.h
|
||||
|
||||
Author:
|
||||
|
||||
Daniel Schemmel 2019-2-23
|
||||
|
||||
--*/
|
||||
|
||||
#ifndef VECTOR_H_
|
||||
#define VECTOR_H_
|
||||
|
||||
|
|
Loading…
Reference in a new issue