comparison gcc/ggc-none.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Null garbage collection for the GNU compiler. 1 /* Null garbage collection for the GNU compiler.
2 Copyright (C) 1998-2018 Free Software Foundation, Inc. 2 Copyright (C) 1998-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it 6 GCC is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by 7 under the terms of the GNU General Public License as published by
70 70
71 void 71 void
72 ggc_grow (void) 72 ggc_grow (void)
73 { 73 {
74 } 74 }
75
76 void
77 ggc_trim (void)
78 {
79 }